comparison gui/ui/main.c @ 35749:9c0ef0aae165

Remove unnecessary setting of uiMainRender.
author ib
date Thu, 24 Jan 2013 13:29:04 +0000
parents e745b22750f6
children 75724b59a3a8
comparison
equal deleted inserted replaced
35748:edac040da09c 35749:9c0ef0aae165
517 item=&guiApp.mainItems[SelectedItem]; 517 item=&guiApp.mainItems[SelectedItem];
518 switch ( itemtype ) 518 switch ( itemtype )
519 { 519 {
520 case itPLMButton: 520 case itPLMButton:
521 wsWindowMove( &guiApp.mainWindow,True,RX - abs( sx ),RY - abs( sy ) ); 521 wsWindowMove( &guiApp.mainWindow,True,RX - abs( sx ),RY - abs( sy ) );
522 uiMainRender=False;
523 break; 522 break;
524 case itPRMButton: 523 case itPRMButton:
525 uiMenuMouseHandle( RX,RY ); 524 uiMenuMouseHandle( RX,RY );
526 break; 525 break;
527 case itPotmeter: 526 case itPotmeter: