diff options
Diffstat (limited to 'lib/koproperty/editor.cpp')
-rw-r--r-- | lib/koproperty/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editor.cpp b/lib/koproperty/editor.cpp index 8c62f14b..295f24f8 100644 --- a/lib/koproperty/editor.cpp +++ b/lib/koproperty/editor.cpp @@ -243,7 +243,7 @@ Editor::fill() updateGroupLabelsPosition(); } setUpdatesEnabled(true); - // aaah, call this instead of update() as explained here http://lists.trolltech.com/qt-interest/2000-06/thread00337-0.html + // aaah, call this instead of update() triggerUpdate(); } |