https://bugs.kde.org/show_bug.cgi?id=372110
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/krit | |a/9150e9f53fe9d5563b5dc360a | |0736970233ad88f --- Comment #1 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 9150e9f53fe9d5563b5dc360a0736970233ad88f by Dmitry Kazakov. Committed on 18/11/2016 at 10:40. Pushed by dkazakov into branch 'krita/3.1'. 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/9150e9f53fe9d5563b5dc360a0736970233ad88f -- You are receiving this mail because: You are watching all bug changes.