eric6/UI/UserInterface.py

changeset 8129
52c76e6cb35b
parent 8116
ef415e4efd70
child 8142
43248bafe9b2
child 8143
2c730d5fd177
--- a/eric6/UI/UserInterface.py	Mon Feb 22 19:15:06 2021 +0100
+++ b/eric6/UI/UserInterface.py	Mon Feb 22 19:30:16 2021 +0100
@@ -3329,8 +3329,7 @@
         """
         filetb = self.viewmanager.initFileToolbar(self.toolbarManager)
         edittb = self.viewmanager.initEditToolbar(self.toolbarManager)
-        searchtb, quicksearchtb = self.viewmanager.initSearchToolbars(
-            self.toolbarManager)
+        searchtb = self.viewmanager.initSearchToolbar(self.toolbarManager)
         viewtb = self.viewmanager.initViewToolbar(self.toolbarManager)
         starttb, debugtb = self.debuggerUI.initToolbars(self.toolbarManager)
         multiprojecttb = self.multiProject.initToolbar(self.toolbarManager)
@@ -3451,7 +3450,6 @@
         self.addToolBar(filetb)
         self.addToolBar(edittb)
         self.addToolBar(searchtb)
-        self.addToolBar(quicksearchtb)
         self.addToolBar(viewtb)
         self.addToolBar(starttb)
         self.addToolBar(debugtb)
@@ -3469,7 +3467,6 @@
         
         # hide toolbars not wanted in the initial layout
         searchtb.hide()
-        quicksearchtb.hide()
         viewtb.hide()
         debugtb.hide()
         multiprojecttb.hide()
@@ -3498,8 +3495,6 @@
         self.__toolbars["view_profiles"] = [profilestb.windowTitle(),
                                             profilestb, ""]
         self.__toolbars["plugins"] = [pluginstb.windowTitle(), pluginstb, ""]
-        self.__toolbars["quicksearch"] = [quicksearchtb.windowTitle(),
-                                          quicksearchtb, ""]
         self.__toolbars["multiproject"] = [multiprojecttb.windowTitle(),
                                            multiprojecttb, ""]
         self.__toolbars["spelling"] = [spellingtb.windowTitle(), spellingtb,

eric ide

mercurial