mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
Keep viewport transform stable on reload in yosys-svgviewer
This commit is contained in:
parent
92cf7ae2f7
commit
98fcb5daa3
2 changed files with 8 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue