[Uml-devel] KDE_3_4_BRANCH: kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Tue Apr 19 14:42:34 UTC 2005
CVS commit by okellogg:
Backport fix for bug 89691:
> mouseMove(): Don't base canvas scroll on the inverseWorldMatrix().
M +2 -2 toolbarstate.cpp 1.8.2.1
--- kdesdk/umbrello/umbrello/toolbarstate.cpp #1.8:1.8.2.1
@@ -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