git-svn-id: svn://db.shs.com.ru/libs@370 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -1660,6 +1660,8 @@ void BlockView::reconnectAll() {
|
||||
|
||||
|
||||
void BlockView::zoom(double factor) {
|
||||
if (!is_nav_anim || (nav_anim.state() != QPropertyAnimation::Running))
|
||||
nav_target = _nav();
|
||||
QRectF r = nav_target;
|
||||
QPoint mp;
|
||||
if (underMouse()) mp = mapFromGlobal(QCursor::pos());
|
||||
|
||||
Reference in New Issue
Block a user