Summary: | Status bar is shown as disabled during startup | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Marco Poletti <poletti.marco> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marco Poletti
2010-01-11 21:23:32 UTC
The progress bar (and anything else) are disabled until the file finishes loading. What's the expected behaviour? I would not disable the status bar during startup. It is already doing its work (showing progress and informations), while the central part of the window is unable to to its work because it's loading (and then it should be shown as disabled). Just open a file in openOffice and you'll notice the (active) progress bar in the bottom while the file is loaded. SVN commit 1078246 by conet: BUG: 222282 Don't disable the whole main window while loading the kmymoney file, disable only the centralWidget() of the application. M +2 -2 main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1078246 |