mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Made a more distinctive use of french words "projet", "schéma" and "folio" in the GUI
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3837 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -381,7 +381,7 @@ void DiagramView::zoomInSlowly() {
|
||||
*/
|
||||
void DiagramView::zoomOutSlowly() {
|
||||
scale(0.98, 0.98);
|
||||
// Interdit le dezoome plus grand que le schéma
|
||||
// Interdit le dezoome plus grand que le folio
|
||||
if ((mapFromScene(0,0).rx() == 0) && (mapFromScene(0,0).ry() == 0)){
|
||||
fitInView(sceneRect(), Qt::KeepAspectRatio);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user