Sort script dropdown, minor fixes

This commit is contained in:
GriffinR
2024-01-05 12:45:16 -05:00
parent db1aabe3c2
commit 1212d7dfd8
5 changed files with 27 additions and 71 deletions

View File

@@ -31,6 +31,8 @@ public:
void invalidateUi();
void invalidateValues();
void populateScriptDropdown(NoScrollComboBox * combo, Project * project);
virtual void setActive(bool active);
public:
@@ -87,8 +89,6 @@ public:
private:
ObjectEvent *object;
QCompleter *scriptCompleter = nullptr;
};
@@ -158,8 +158,6 @@ public:
private:
TriggerEvent *trigger;
QCompleter *scriptCompleter = nullptr;
};
@@ -203,8 +201,6 @@ public:
private:
SignEvent *sign;
QCompleter *scriptCompleter = nullptr;
};