Bug 510108 - Hiding/showing toolbars while Configure Toolbars dialog is open is reverted when changes in the dialog are applied
Summary: Hiding/showing toolbars while Configure Toolbars dialog is open is reverted w...
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (other bugs)
Version First Reported In: git master
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-30 19:08 UTC by Igor Kushnir
Modified: 2025-09-30 19:08 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Kushnir 2025-09-30 19:08:39 UTC
STEPS TO REPRODUCE
1. Run KDevelop.
2. Trigger main menu=>Settings=>Configure Toolbars...
3. Right-click on the empty space to the right of the main menu and check a checkbox to show a hidden toolbar, e.g. Debugger Toolbar.
4. Right-click on the empty space to the right of the main menu and uncheck a checkbox to hide a visible toolbar, e.g. Code Browser toolbar.
5. Make a change in the Configure Toolbars dialog, e.g. append the action About KDE to "Main Toolbar <kdevelop>".
6. Click one of the buttons Apply or OK in the Configure Toolbars dialog.

OBSERVED RESULT
The change made in the Configure Toolbars dialog is applied correctly.
The newly visible toolbar becomes hidden again.
The newly hidden toolbar becomes visible again.

EXPECTED RESULT
The change made in the Configure Toolbars dialog is applied correctly.
No unrelated toolbar visibility changes occur.

SOFTWARE/OS VERSIONS
Desktop environment: Xfce
KDE Frameworks Version: 6.18.0
Qt Version: 6.9.2

ADDITIONAL INFORMATION
https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/270 fixes the bug in KXmlGui, but is stuck in review with no feedback whatsoever for 8 months.