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:
BigBahss
2020-12-02 03:39:08 -05:00
parent 9da465fe53
commit afc0c0c501
8 changed files with 32 additions and 9 deletions

View File

@@ -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();