https://bugs.freedesktop.org/show_bug.cgi?id=50856
--- Comment #15 from Ivan Timofeev <[email protected]> 2012-07-01 00:43:01 PDT --- BTW, I accidentally reproduced similar effect on Ubuntu: in vcl/source/window/window.cxx, method Window::ImplInit I changed the resize timer timeout from 50 to 5 in this line: mpWindowImpl->mpFrameData->maResizeTimer.SetTimeout( 50 ); and then I got rid of it that effect by removing this call from ImplHandleResizeTimerHdl: mpWindowImpl->mpFrameData->maPaintTimer.GetTimeoutHdl().Call( NULL ); HTH... -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
