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

List:       kde-commits
Subject:    koffice/kexi/formeditor
From:       Cédric Pasteur <cedric.pasteur () free ! fr>
Date:       2005-04-17 21:02:54
Message-ID: 20050417210254.19203496 () office ! kde ! org
[Download RAW message or body]

CVS commit by ccpasteur: 

s/setRight/moverRight and s/setBottom/moveBottom


  M +2 -2      container.cpp   1.91


--- koffice/kexi/formeditor/container.cpp  #1.90:1.91
@@ -865,7 +865,7 @@ Container::drawInsertRect(QMouseEvent *m
                 m_insertRect.moveTop(0);
         if(m_insertRect.right() > m_container->width())
-                m_insertRect.setRight(m_container->width());
+                m_insertRect.moveRight(m_container->width());
         if(m_insertRect.bottom() > m_container->height())
-                m_insertRect.setBottom(m_container->height());
+                m_insertRect.moveBottom(m_container->height());
 
         if(m_form->manager()->isInserting() && m_insertRect.isValid())


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

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