| Summary: | Toolbar move handle disappear | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | mbcnve |
| Component: | Dockers | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dimula73, halla |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 5.2.0-rc1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/794d4d491d7089e55996a726d8c3d40e4994fcaa | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
Fig1. Toolbar move handle
Fig2. Toolbar move handle disapper Fig3. Configure Toolbars Fig4. Floating Toolbars Fig5. Toolbars Disappear |
||
|
Description
mbcnve
2023-09-15 14:44:08 UTC
Created attachment 161636 [details]
Fig1. Toolbar move handle
Created attachment 161637 [details]
Fig2. Toolbar move handle disapper
Created attachment 161638 [details]
Fig3. Configure Toolbars
Created attachment 161639 [details]
Fig4. Floating Toolbars
Created attachment 161640 [details]
Fig5. Toolbars Disappear
Git commit 7cd514cf96d4d8f9bb67f8dc1e01590522f43a27 by Dmitry Kazakov. Committed on 22/09/2023 at 16:08. Pushed by dkazakov into branch 'master'. [FEATURE] Add Lock Toolbars action to the Settings menu Also fix some inconsistencies with the how it is applied M +10 -0 krita/krita.action M +1 -0 krita/krita5.xmlgui M +9 -2 libs/ui/KisMainWindow.cpp M +1 -0 libs/widgetutils/CMakeLists.txt A +13 -0 libs/widgetutils/xmlgui/KisToolBarStateModel.cpp [License: GPL(v2.0+)] A +31 -0 libs/widgetutils/xmlgui/KisToolBarStateModel.h [License: GPL(v2.0+)] M +32 -12 libs/widgetutils/xmlgui/ktoolbar.cpp M +3 -0 libs/widgetutils/xmlgui/ktoolbar.h https://invent.kde.org/graphics/krita/-/commit/7cd514cf96d4d8f9bb67f8dc1e01590522f43a27 Git commit 1fd54e5f5575b499372a6d00c36b90c20f1ef31e by Dmitry Kazakov. Committed on 22/09/2023 at 17:47. Pushed by dkazakov into branch 'master'. Make sure that toolbar's locked state is saved/restored between runs M +1 -3 libs/ui/KisMainWindow.cpp M +3 -4 libs/widgetutils/xmlgui/kmainwindow.cpp https://invent.kde.org/graphics/krita/-/commit/1fd54e5f5575b499372a6d00c36b90c20f1ef31e Git commit 75740f278c764cc6abcceda06fc912ef506097d6 by Dmitry Kazakov. Committed on 29/09/2023 at 11:21. Pushed by dkazakov into branch 'krita/5.2'. Make sure that toolbar's locked state is saved/restored between runs M +1 -3 libs/ui/KisMainWindow.cpp M +3 -4 libs/widgetutils/xmlgui/kmainwindow.cpp https://invent.kde.org/graphics/krita/-/commit/75740f278c764cc6abcceda06fc912ef506097d6 Git commit 794d4d491d7089e55996a726d8c3d40e4994fcaa by Dmitry Kazakov. Committed on 29/09/2023 at 11:21. Pushed by dkazakov into branch 'krita/5.2'. [FEATURE] Add Lock Toolbars action to the Settings menu Also fix some inconsistencies with the how it is applied M +10 -0 krita/krita.action M +1 -0 krita/krita5.xmlgui M +9 -2 libs/ui/KisMainWindow.cpp M +1 -0 libs/widgetutils/CMakeLists.txt A +13 -0 libs/widgetutils/xmlgui/KisToolBarStateModel.cpp [License: GPL(v2.0+)] A +31 -0 libs/widgetutils/xmlgui/KisToolBarStateModel.h [License: GPL(v2.0+)] M +32 -12 libs/widgetutils/xmlgui/ktoolbar.cpp M +3 -0 libs/widgetutils/xmlgui/ktoolbar.h https://invent.kde.org/graphics/krita/-/commit/794d4d491d7089e55996a726d8c3d40e4994fcaa |