Fix: close Textfile windows when closing Option window
This commit is contained in:
@@ -182,6 +182,7 @@ struct GameOptionsWindow : Window {
|
|||||||
~GameOptionsWindow()
|
~GameOptionsWindow()
|
||||||
{
|
{
|
||||||
DeleteWindowById(WC_CUSTOM_CURRENCY, 0);
|
DeleteWindowById(WC_CUSTOM_CURRENCY, 0);
|
||||||
|
DeleteWindowByClass(WC_TEXTFILE);
|
||||||
if (this->reload) _switch_mode = SM_MENU;
|
if (this->reload) _switch_mode = SM_MENU;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user