SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** When "show editing tools" is clicked, it should show "hide editing tools" in the UI but the UI is not updated OBSERVED RESULT When "show editing tools" is clicked, it shows "show editing tools" in the UI EXPECTED RESULT When "show editing tools" is clicked, it should show "hide editing tools" in the UI SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION https://invent.kde.org/graphics/gwenview/-/blob/master/app/mainwindow.cpp#L477 has the code
This button is a checkable toggle button. When you click it, it becomes visually checked. So it's showing "yes, show the editing tools". Same principle as checkable menu items, where we also don't change the text. We deliberately don't change the text for checkable buttons and menu items because it would confusingly create a double negative.