mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Fix Plus and Minus buttons zoom in and out of the editor.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4571 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -606,10 +606,10 @@ switch(e -> key())
|
|||||||
case Qt::Key_End:
|
case Qt::Key_End:
|
||||||
current_project->changeLastTab();
|
current_project->changeLastTab();
|
||||||
return;
|
return;
|
||||||
case Qt::Key_Minus:
|
case Qt::Key_ZoomOut:
|
||||||
zoom(0.85);
|
zoom(0.85);
|
||||||
return;
|
return;
|
||||||
case Qt::Key_Plus:
|
case Qt::Key_ZoomIn:
|
||||||
zoom(1.15);
|
zoom(1.15);
|
||||||
return;
|
return;
|
||||||
case Qt::Key_Up:
|
case Qt::Key_Up:
|
||||||
|
|||||||
Reference in New Issue
Block a user