https://bugs.kde.org/show_bug.cgi?id=372110
Scott Petrovic <scottpetro...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/krit |a/89727e94b616d08666c94c6d5 |a/7760309b39fadc791dcb5e590 |2f5f0b3a3641404 |5a9464d7971c3f3 --- Comment #3 from Scott Petrovic <scottpetro...@gmail.com> --- Git commit 7760309b39fadc791dcb5e5905a9464d7971c3f3 by Scott Petrovic, on behalf of Dmitry Kazakov. Committed on 19/11/2016 at 15:23. Pushed by scottpetrovic into branch 'petrovic/impex-brush-editor-ui'. Fix hiding Tool Options widgets when a new window is created The problem is: 1) All the main windows are connected to KoToolManager::toolOptionWidgetsChanged() signal. 2) But different main windows do not share the tools. 3) Therefore the main windows should check if the signal was emitted by its own tool. Fixes T4264 M +2 -2 libs/flake/KoToolManager.cpp M +1 -1 libs/flake/KoToolManager.h M +13 -3 libs/ui/KisMainWindow.cpp M +2 -1 libs/ui/KisMainWindow.h http://commits.kde.org/krita/7760309b39fadc791dcb5e5905a9464d7971c3f3 -- You are receiving this mail because: You are watching all bug changes.