Checking the "hide scrollbars" box in Configure Krita>display works only for one session. After opening krita again the box is still checked but the scrollbars are not hidden. Reproducible: Always Steps to Reproduce: 1. go to Configure Kriuta > display 2. check hide scrollbars and click ok 3. close Krita 4. open Krita again (scrollbars are now visible)
Hello, I'm a Google code-in student who is trying to do bug-triaging task. Can you provide which version of krita are you using?
2.9 beta 1 To see that the scrollbars are not hidden you have to open an image.
I can confirm. The problem seems to be somewhere in the loading code, that is the Setting is loaded correctly (the checkbox in checked), but the scrollbars are not hidden until you open and reapply the settings dialog.
Is anyone else is currently working on fixing this bug or not?
I don't think anybody is working on this currently.
Git commit 6a08b4b038372488080d9f49d0e18ca41d0827a3 by Boudewijn Rempt. Committed on 31/01/2015 at 11:09. Pushed by rempt into branch 'calligra/2.9'. During startup/load, showHideScrollbars() is called too early, when d->currentImageView is still null, missing the opportunity to disable scroll bars. Let's try again when a subsequent setCurrentView is called. CCMAIL:ademko@gmail.com REVIEW:122335 Patch by Aleksander Demko. Thanks! M +2 -0 krita/ui/KisViewManager.cpp http://commits.kde.org/calligra/6a08b4b038372488080d9f49d0e18ca41d0827a3