[umbrello-devel] [umbrello] [Bug 329831] starting umbrello does not display any window
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Jan 27 22:01:27 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=329831
--- Comment #7 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
(In reply to comment #5)
> Great, I can confirm that changing these settings also solve the issue for
> me. To my understanding, the function:
> UmbrelloSettings::geometry()
> returns (-1, -1) as a size if no proper umbrellorc is present, and the
> values are returned/used without being checked.
Looking at the code, it seems the values are really being used without being
checked. See UMLApp::readOptions() in umbrello/uml.cpp:1022
resize(UmbrelloSettings::geometry());
When UmbrelloSettings::geometry() returns unexpected values such as (0,0) we
should perhaps fall back to some sensible values?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list