mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-28 11:36:26 -05:00
Add button next to script combo-box to open file to that script.
Revert the behavior of Open Map Scripts button.
This commit is contained in:
@@ -155,7 +155,8 @@ public:
|
||||
void scaleMapView(int);
|
||||
|
||||
public slots:
|
||||
void openMapScripts() const;
|
||||
void openMapScripts(const QString &scriptLabel) const;
|
||||
void openMapScripts() const { openMapScripts(QString()); }
|
||||
void openProjectInTextEditor() const;
|
||||
void maskNonVisibleConnectionTiles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user