[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Tue Apr 19 14:41:48 UTC 2005


CVS commit by okellogg: 

BUG:89691 - mouseMove(): Don't base canvas scroll on the inverseWorldMatrix().


  M +2 -2      toolbarstate.cpp   1.9


--- kdesdk/umbrello/umbrello/toolbarstate.cpp  #1.8:1.9
@@ -143,6 +143,6 @@ void ToolBarState::mouseMove(QMouseEvent
         if (m_bIsButtonPressed)
         {
-                int vx = m_pMouseEvent->x();
-                int vy = m_pMouseEvent->y();
+                int vx = ome->x();
+                int vy = ome->y();
                 int contsX = m_pUMLView->contentsX();
                 int contsY = m_pUMLView->contentsY();






More information about the umbrello-devel mailing list