Minor UI error from removal of OpenGL button

This commit is contained in:
nigel 2003-03-25 01:47:37 +00:00
parent be7c9b0f72
commit e8522126d5

View File

@ -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;