Bug 516716 - There is no "hamburger menu" in workflow buttons plugin docker.
Summary: There is no "hamburger menu" in workflow buttons plugin docker.
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Dockers (other bugs)
Version First Reported In: 6.0.0-beta2
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-25 13:21 UTC by jur
Modified: 2026-02-26 08:45 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
workflow buttons docker (8.62 KB, image/jpeg)
2026-02-25 13:34 UTC, jur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jur 2026-02-25 13:21:23 UTC
SUMMARY
There is no "hamburger menu" in workflow buttons plugin docker.


STEPS TO REPRODUCE
1. turn on workflow buttons plugin in krita settings
2. turn on workflow buttons docker
3. in my case there is no "hamburger menu" in the docker

OBSERVED RESULT
 no "hamburger menu" in the docker

EXPECTED RESULT
there should be  "hamburger menu" in the docker

Krita
Version: 6.0.0-beta2 (git d52d3cf)
Installation type: installer

SOFTWARE/OS VERSIONS
Windows: Windows 11

Qt Version (compiled): 6.8.0
Comment 1 jur 2026-02-25 13:34:52 UTC
Created attachment 190097 [details]
workflow buttons docker
Comment 2 Freya Lupen 2026-02-25 17:42:15 UTC
Confirmed (on both Qt6 and Qt5).
The settings button is on the bottom toolbar by default; however, this toolbar somehow gets hidden on startup after the docker is initialized.

If the settings button position is set to inline instead, by modifying kritarc, it works:
> [workflowbuttons]
> settingsButtonPosition=1
Comment 3 animtim 2026-02-25 20:50:41 UTC
Indeed, I didn't notice the issue before since I always use the inline mode. I tried to dig a bit but what is making that Toolbar hide on startup is really mysterious.

Worst case, if we can't find quickly the root cause, I can refactor it a bit to use a simple button without a toolbar instead (started to try that already, the issue is of course gone, but it needs a bit more work to look good, and may not look 100% like it looked with a toolbar).
Comment 4 animtim 2026-02-26 08:44:26 UTC
Git commit 976f933bd0e97dc25186a59caa01ee0a28115ba7 by Timothée Giet.
Committed on 26/02/2026 at 08:43.
Pushed by timotheegiet into branch 'master'.

Fix workflow_buttons bottom bar menu button not visible on startup

M  +12   -10   plugins/python/workflow_buttons/workflow_buttons.py

https://invent.kde.org/graphics/krita/-/commit/976f933bd0e97dc25186a59caa01ee0a28115ba7
Comment 5 animtim 2026-02-26 08:45:30 UTC
Git commit 692040d9e574a511ffd810cc10ff7e29c123eb46 by Timothée Giet.
Committed on 26/02/2026 at 08:45.
Pushed by timotheegiet into branch 'krita/6.0'.

Fix workflow_buttons bottom bar menu button not visible on startup

M  +12   -10   plugins/python/workflow_buttons/workflow_buttons.py

https://invent.kde.org/graphics/krita/-/commit/692040d9e574a511ffd810cc10ff7e29c123eb46