Diffusion Krita 4267ad471b86

Fix Tool Options docker being empty when undocked

Authored by dkazakov on May 27 2019, 1:28 PM.

Description

Fix Tool Options docker being empty when undocked

In my HDR branch I have fixed Qt's bug of not-emitting
dockLocationChanged() for undocked state (the patch is accepted into
Qt 5.13 https://codereview.qt-project.org/c/qt/qtbase/+/252182).

Our code exploitated this bug, which should be fixed now :)

BUG:407916
BACKPORT:krita/4.2

Details