Kdevelop bug: main window is resized randomly
F@lk Brettschneider
gigafalk at yahoo.com
Fri Jan 11 08:04:22 GMT 2002
Valter Marcus Hilden wrote:
>
> Sometimes the main window in Kdevelop is resized automatically beyond the
> screen size. I tracked the error and found that when the status message is
> too long to fit, everything is resized. It becomes impossible to shrink the
> main window while the message is there. A quick fix is this:
>
> In file ckdevelop.cpp, in the slotStatusMsg function, change the line
>
> m_statusLabel(text);
>
> to
>
> m_statusLabel(text.left(80));
>
> Of course, this is just a quick kludge. The real solution should be in Kde,
> the status label text should be clipped to fit the available space, instead
> of changing the windows size.
This bug was solved for version 2.0.0, already.
Ciao,F at lk
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list