Add event selection settings

This commit is contained in:
GriffinR
2025-02-10 16:06:33 -05:00
parent a5141dea5d
commit c20de521b8
7 changed files with 63 additions and 2 deletions

View File

@@ -2754,6 +2754,9 @@ void MainWindow::togglePreferenceSpecificUi() {
if (this->updatePromoter)
this->updatePromoter->updatePreferences();
// Redraw all events to use updated porymapConfig.eventSelectionShapeMode
this->editor->redrawAllEvents();
}
void MainWindow::openProjectSettingsEditor(int tab) {