[Bug 150772] KMainWindow size restoring is broken wrt to maximization
Armin Berres
trigger at space-based.de
Wed Feb 13 11:47:06 CET 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=150772
------- Additional Comments From trigger space-based de 2008-02-13 11:47 -------
Just to be sure I printed out width() and height() before and after the KWindowSystem::setState(..) call. They were both times (768,334).
Here the ouptut, repeated three times (why?)
----------
KMainWindow::restoreWindowSize (widht,height) before: (768,334)
NETWinInfo::NETWinInfo: constructing object with role 'Client'
NETWinInfo::setState: setting state property (2)
NETWinInfo::setState: state 305 '_NET_WM_STATE_MAXIMIZED_VERT'
NETWinInfo::setState: state 328 '_NET_WM_STATE_MAXIMIZED_HORZ'
NET: decrementing NETWinInfoPrivate::ref (0)
NET: no more references, deleting
KMainWindow::restoreWindowSize after: (768,334)
KMainWindow::restoreWindowSize (widht,height) before: (768,334)
----------
More information about the Kdelibs-bugs
mailing list