To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72224
------- Additional comments from [EMAIL PROTECTED] Wed Dec 6 05:59:47 -0800 2006 ------- fs->pl: The two flickering controls have a non-standard background, i.e. IsControlBackground returns TRUE. A PushButton::Paint for such a button then results in vcl680mi.dll!Window::ImplInvalidate vcl680mi.dll!Window::Invalidate vcl680mi.dll!PushButton::DataChanged vcl680mi.dll!Window::SetSettings vcl680mi.dll!Window::SetSettings vcl680mi.dll!PushButton::ImplDrawPushButtonFrame vcl680mi.dll!PushButton::ImplDrawPushButton vcl680mi.dll!PushButton::Paint That is, a paint implicitly invalidates the complete button, which means it will be painted again and again. You volunteered to fix this :). Would be nice if you could do this for 2.2 ... --------------------------------------------------------------------- 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]
