[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2008-03-04 13:01:30
Message-ID: 1204635690.824874.4185.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 782159 by rempt:

Fix compile


 M  +1 -1      krita/ui/kis_shape_selection.cpp  
 M  +1 -1      plugins/textshape/TextTool.cpp  


--- trunk/koffice/krita/ui/kis_shape_selection.cpp #782158:782159
@@ -70,7 +70,7 @@
 {
     m_dashOffset++;
     if(m_dashOffset>7) m_dashOffset = 0;
-    repaint();
+    update();
 }
 
 QPainterPath KisShapeSelection::selectionOutline()
--- trunk/koffice/plugins/textshape/TextTool.cpp #782158:782159
@@ -1052,7 +1052,7 @@
         m_needSpellChecking = false;
     }
 
-    m_textShape->repaint();
+    m_textShape->update();
 
     updateSelectionHandler();
     updateActions();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic