1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-15 08:22:34 +01:00

(svn r26001) -Fix [FS#5795a] (r25686): [OSX] Clear any pending marked characters from an edit box losing focus.

This commit is contained in:
michi_cc
2013-11-14 23:03:54 +00:00
parent a31b46ba84
commit 8ceef6ec61
2 changed files with 3 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ struct IConsoleWindow : Window
~IConsoleWindow()
{
_iconsole_mode = ICONSOLE_CLOSED;
_video_driver->EditBoxLostFocus();
}
/**