Automatically disabled the OSD if there is a status bar visible.

This commit is contained in:
skidau 2015-05-23 11:58:29 +00:00
parent 23cdd50acb
commit fc197be2f0
1 changed files with 1 additions and 1 deletions

View File

@ -1791,7 +1791,7 @@ void DrawingPanel::DrawArea(u8** data)
// draw OSD text old-style (directly into output buffer), if needed // draw OSD text old-style (directly into output buffer), if needed
// new style flickers too much, so we'll stick to this for now // new style flickers too much, so we'll stick to this for now
if (1) if (wxGetApp().frame->IsFullScreen())
{ {
GameArea* panel = wxGetApp().frame->GetPanel(); GameArea* panel = wxGetApp().frame->GetPanel();