Fix windows cleanup to prevent unmapped leftovers on Linux X11

This commit is contained in:
Wojtek Figat
2021-02-28 16:11:59 +01:00
parent a0740c162a
commit 957b92eac7

View File

@@ -417,7 +417,7 @@ void WindowBase::OnClosed()
RenderTask->Enabled = false;
// Delete object
DeleteObject(60);
DeleteObject(1);
}
void WindowBase::OnGotFocus()