Summary: | Hide scrollbars option resets after closing krita | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | truekikim |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, pcchou, rishabh.saxena2112, sven.langkamp |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/6a08b4b038372488080d9f49d0e18ca41d0827a3 | Version Fixed In: | |
Sentry Crash Report: |
Description
truekikim
2014-12-26 10:10:56 UTC
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 |