[Uml-devel] [Bug 89691] moving a class causes the view to center to the moved class (very annoying when the diagram is big enough)
Oliver Kellogg
okellogg at users.sourceforge.net
Tue Apr 19 14:41:52 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=89691
okellogg users sourceforge net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From okellogg users sourceforge net 2005-04-19 23:41 -------
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