mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 17:29:19 +00:00
Minor UI error from removal of OpenGL button
This commit is contained in:
parent
be7c9b0f72
commit
e8522126d5
@ -673,7 +673,7 @@ shouldProceedAfterError: (NSDictionary *) errorDict
|
|||||||
[height setIntValue: init_height];
|
[height setIntValue: init_height];
|
||||||
[depth setIntValue: init_depth];
|
[depth setIntValue: init_depth];
|
||||||
|
|
||||||
[window setState: NO];
|
[screen setState: NO];
|
||||||
switch ( display_type )
|
switch ( display_type )
|
||||||
{
|
{
|
||||||
case DISPLAY_WINDOW: [window setState: YES]; break;
|
case DISPLAY_WINDOW: [window setState: YES]; break;
|
||||||
|
Loading…
Reference in New Issue
Block a user