3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-14 21:51:28 +00:00

Keep viewport transform stable on reload in yosys-svgviewer

This commit is contained in:
Clifford Wolf 2013-03-27 18:48:38 +01:00
parent 92cf7ae2f7
commit 98fcb5daa3
2 changed files with 8 additions and 4 deletions

View file

@ -63,7 +63,7 @@ public:
MainWindow();
public slots:
void openFile(const QString &path = QString());
void openFile(const QString &path = QString(), bool reload = false);
void setRenderer(QAction *action);
void reloadFile();