Kdevelop bug: main window is resized randomly

Valter Marcus Hilden vhilden at pc2481.infolink.com.br
Mon May 21 18:16:19 BST 2001


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.

Valter Hilden


-
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