[Kst] extragear/graphics/kst/kst/extensions/js

George Staikos staikos at kde.org
Tue May 31 16:36:45 CEST 2005


SVN commit 420184 by staikos:

missing paints


 M  +3 -0      bind_viewobject.cpp  


--- trunk/extragear/graphics/kst/kst/extensions/js/bind_viewobject.cpp #420183:420184
@@ -210,6 +210,7 @@
   }
   KstWriteLocker rl(_d);
   _d->setForegroundColor(cv.toColor());
+  KstApp::inst()->paintAll(P_PAINT);
 }
 
 
@@ -228,6 +229,7 @@
   }
   KstWriteLocker rl(_d);
   _d->setBackgroundColor(cv.toColor());
+  KstApp::inst()->paintAll(P_PAINT);
 }
 
 
@@ -245,6 +247,7 @@
   }
   KstWriteLocker wl(_d);
   _d->setMaximized(value.toBoolean(exec));
+  KstApp::inst()->paintAll(P_PAINT);
 }
 
 


More information about the Kst mailing list