[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Jun 8 21:37:22 CEST 2004


CVS commit by staikos: 

missing update()s
- is this a good idea, or even the right approach?  We need to make update()
 threadsafe now


  M +3 -0      kstlabeldialog_i.cpp   1.11


--- kdeextragear-2/kst/kst/kstlabeldialog_i.cpp  #1.10:1.11
@@ -132,4 +132,5 @@ void KstLabelDialogI::applyAsNew() {
   _i_label = _i_plot->labelList.count() - 1;
   _editing = true;
+  _i_plot->update();
 }
 
@@ -159,4 +160,5 @@ void KstLabelDialogI::applyEdits() {
       label->setRotation((float)Rotation->value());
     }
+    _i_plot->update();
   }
 }
@@ -184,4 +186,5 @@ void KstLabelDialogI::deleteL() {
       emit applied();
     }
+    _i_plot->update();
   }
   _editing = false;





More information about the Kst mailing list