Skip to content
Commit 9150e9f5 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

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.

BUG:372110
Fixes T4264
parent 42c39fd6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment