Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

workbench: fix tabbar context menu operation when clicking outside of a tab

Changeset 76ef8ef82739

Parent 00364dee4aba

by Angel Ezquerra

Changes to one file · Browse files at 76ef8ef82739 Showing diff from parent 00364dee4aba Diff from another changeset...

 
379
380
381
 
 
382
383
384
 
379
380
381
382
383
384
385
386
@@ -379,6 +379,8 @@
  clickedtabindex = clickedwidget.tabAt(point)   if clickedtabindex > -1:   self.repoTabsWidget.lastClickedTab = clickedtabindex + else: + self.repoTabsWidget.lastClickedTab = self.repoTabsWidget.currentIndex()     actionlist = ['closetab', 'closeothertabs']