Revision 650976

Go back to digest for 8th April 2007

Other in KDE Base

John Tapsell committed changes in /trunk/KDE/kdebase/workspace/ksysguard/libksysguard/processui:

There seem to be a few bugs still with qtreeview. The idea here was to only update the actual rows that need changing. However this seems to actually repaint completely the wrong cell.

So instead we will not call dataChanged here. Instead after update, we will expand the first column.

For some unknown reason (another bug?) this causes all the rows to be repainted, which is good enough for us

File Changes

Modified 2 files
  • /trunk/KDE/kdebase/workspace/ksysguard/libksysguard/processui
  •   /ksysguardprocesslist.cpp
  •   /ProcessModel.cc
2 files changed in total