Revision 640743

Go back to digest for 11th March 2007

Features in Development Tools

Diego Iastrubni committed changes in /trunk/KDE/kdesdk/kate/app/kateviewspacecontainer.c:

avoid flicker when changing the active document.

the qt4 documentation claims that using mainWindow()->toolBar()->setUpdatesEnabled (false); is enough, but in practice, we need to disable painting on the window, hide the toolbar, do the "drawing" and then show the toolbar again, and enable painting on the main window.

i also fixed some indentation problems with this function.

File Changes

Modified 1 files
  • /trunk/KDE/kdesdk/kate/app/kateviewspacecontainer.cpp
1 files changed in total