Revision 671500
Go back to digest for 10th June 2007Bug Fixes in KDE Base
Peter Penz committed changes in /trunk/KDE/kdelibs/kdeui/widgets:
The size of the docks inside KMainWindow has not been saved in the following use case:
- open an application which has several docks
- resize the docks without resizing the window or adding/removing docks
- close the application
This has been fixed now.
Implementation note: installing the KMainWindow as event filter by dock->installEventFilter(this) and overwriting QMainWindow::eventFilter() did not work inside KMainWindow::event().
File Changes
Modified 2 files
- /trunk/KDE/kdelibs/kdeui/widgets
- /kmainwindow.cpp
- /kmainwindow_p.h
2 files changed in total