We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d3ba25 + 0ee8c4b commit f89cd69Copy full SHA for f89cd69
qtfred/src/mission/dialogs/MissionEventsDialogModel.cpp
@@ -865,6 +865,7 @@ void MissionEventsDialogModel::setEventDirectiveText(const SCP_string& text)
865
}
866
auto& event = m_events[m_cur_event];
867
modify(event.objective_text, text);
868
+ lcl_fred_replace_stuff(event.objective_text);
869
870
871
SCP_string MissionEventsDialogModel::getEventDirectiveKeyText() const
@@ -882,6 +883,7 @@ void MissionEventsDialogModel::setEventDirectiveKeyText(const SCP_string& text)
882
883
884
885
modify(event.objective_key_text, text);
886
+ lcl_fred_replace_stuff(event.objective_key_text);
887
888
889
bool MissionEventsDialogModel::getLogTrue() const
0 commit comments