1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r21246) -Fix: upon rescanning AIs the new AIs would (after some time) show up in the AI list but you could not select all

This commit is contained in:
rubidium
2010-11-18 22:24:10 +00:00
parent 94c45d9cc3
commit c7f0518f16
3 changed files with 7 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ public:
case CONTENT_TYPE_AI_LIBRARY:
AI::Rescan();
SetWindowClassesDirty(WC_AI_DEBUG);
InvalidateWindowData(WC_AI_LIST, 0, 1);
break;
case CONTENT_TYPE_BASE_GRAPHICS: