Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: dock search widgets at creation

Works around buggy behavior from initial floating state

Changeset ad06d1ca2b0c

Parent af401c903946

by Steve Borho

Changes to one file · Browse files at ad06d1ca2b0c Showing diff from parent af401c903946 Diff from another changeset...

 
425
426
427
428
429
 
430
431
432
 
425
426
427
 
428
429
430
431
432
@@ -425,8 +425,8 @@
  s = SearchWidget('', root, self)   s.setAllowedAreas(QtCore.Qt.TopDockWidgetArea|   QtCore.Qt.BottomDockWidgetArea) - s.show()   s.setObjectName("searchWidget%d" % len(self._searchWidgets)) + self.addDockWidget(QtCore.Qt.BottomDockWidgetArea, s)   self._searchWidgets.append(s)     def okToContinue(self):