https://bugs.kde.org/show_bug.cgi?id=506164
--- Comment #5 from Kaspars V <[email protected]> --- Full workaround for someone else like me: Tools > Scripts > Scripter from krita import * if Krita.instance().activeWindow().qwindow().menuBar().isVisible(): Krita.instance().activeWindow().qwindow().menuBar().setVisible(False) else: Krita.instance().activeWindow().qwindow().menuBar().setVisible(True) ^ Write this and save it somewhere. Then Tools > Scripts > Ten Scripts Assign the script to one of them, and ta-da. Easy way to toggle the top menu. -- You are receiving this mail because: You are watching all bug changes.
