https://bugs.kde.org/show_bug.cgi?id=372110
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/krit |a/9150e9f53fe9d5563b5dc360a |a/89727e94b616d08666c94c6d5 |0736970233ad88f |2f5f0b3a3641404 --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 89727e94b616d08666c94c6d52f5f0b3a3641404 by Dmitry Kazakov. Committed on 18/11/2016 at 10:41. Pushed by dkazakov into branch 'rempt/impex-refactoring'. 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/89727e94b616d08666c94c6d52f5f0b3a3641404 -- You are receiving this mail because: You are watching all bug changes.