To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74017


User gh changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|gh                        |pl
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Apr 29 11:36:45 +0000 
2008 -------
currently the width of StatusBar Items is increased whenever the current String
length is larger than the set Item Width. This is done in StatusBar::SetItemText
and StatusBar::DataChanged.

If possible the Size of the item should be decreased again to the size
originally given in StatusBar::InsertItem.

Apart from that the layout has to get recalculated if the size changes. The
current Implemantation of

                                Update();
                                ImplDrawItem( TRUE, nPos, TRUE, FALSE );
                                Flush();

does not work correctly


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to