mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-11 19:35:38 -05:00
Sort script dropdown, minor fixes
This commit is contained in:
@@ -483,6 +483,7 @@ QStringList Map::getScriptLabels(Event::Group group) const {
|
||||
|
||||
// Add scripts from map's scripts file, and empty names.
|
||||
scriptLabels.append(scriptsFileLabels);
|
||||
scriptLabels.sort(Qt::CaseInsensitive);
|
||||
scriptLabels.prepend("0x0");
|
||||
scriptLabels.prepend("NULL");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user