https://bugs.kde.org/show_bug.cgi?id=504463
Freya Lupen <penguinflyer2...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |penguinflyer2...@gmail.com Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Freya Lupen <penguinflyer2...@gmail.com> --- Confirmed that the floating toolbar disappears on restart, and modifying the toolbar with Configure Toolbars causes it to reappear where I left it. (Krita 6.0.0-prealpha-0eb46a21c) For some reason the toolbar's updatesEnabled is false, which causes it to not receive paint events. This script causes it to appear, if the floated toolbar was File ('mainToolBar'): > from krita import * > > Krita.instance().activeWindow().qwindow().findChild(QToolBar,'mainToolBar').setUpdatesEnabled(True) -- You are receiving this mail because: You are watching all bug changes.