Files
archived-Reclass/src
IChooseYou bc94a595c7 fix: sidebar dock tabs get functional close buttons when tabified
When Project and Modules docks are tabified together, Qt creates a
tab bar with close buttons via setupDockTabBars(). The dock lookup
only searched m_docDocks, so sidebar dock close buttons were installed
but never connected — clicking × did nothing.

Now the lookup also checks m_workspaceDock, m_scannerDock, and
m_symbolsDock. Middle-click close and right-click context menu also
work for sidebar tabs. Sidebar tabs get a minimal context menu
(Close + Float/Dock) while doc tabs keep the full menu.
2026-03-15 15:19:08 -06:00
..
2026-02-13 19:01:13 +01:00
2026-03-02 11:34:22 -08:00
2026-03-02 11:34:22 -08:00
2026-03-02 11:34:22 -08:00
2026-02-08 23:24:57 +01:00