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:
parent
ee9ef6e2ad
commit
1c9db0cf7e
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue