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

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1484 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
skidau 2015-05-23 11:58:29 +00:00
parent ee9ef6e2ad
commit 1c9db0cf7e
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
// new style flickers too much, so we'll stick to this for now
if (1)
if (wxGetApp().frame->IsFullScreen())
{
GameArea* panel = wxGetApp().frame->GetPanel();