Codechange: Rename window related DeleteXXX to match new behaviour
This commit is contained in:
@@ -407,7 +407,7 @@ void GetKeyboardLayout()
|
||||
*/
|
||||
void ShowOnScreenKeyboard(Window *parent, int button)
|
||||
{
|
||||
DeleteWindowById(WC_OSK, 0);
|
||||
CloseWindowById(WC_OSK, 0);
|
||||
|
||||
GetKeyboardLayout();
|
||||
new OskWindow(&_osk_desc, parent, button);
|
||||
|
Reference in New Issue
Block a user