Skip to content

Commit

Permalink
Fix: Invalidate more windows when setting ai_developer_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuXarick committed Mar 3, 2023
1 parent 4129241 commit 6cb1ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table/settings/gui_settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ cat = SC_EXPERT
var = gui.ai_developer_tools
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC
def = false
post_cb = [](auto) { InvalidateWindowClassesData(WC_SCRIPT_SETTINGS); }
post_cb = [](auto) { InvalidateWindowClassesData(WC_SCRIPT_SETTINGS); InvalidateWindowData(WC_GAME_OPTIONS, WN_GAME_OPTIONS_GS); InvalidateWindowClassesData(WC_SCRIPT_DEBUG); }
cat = SC_EXPERT

[SDTC_BOOL]
Expand Down

0 comments on commit 6cb1ffe

Please sign in to comment.