We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f9b0f5 + 8169325 commit f9992c8Copy full SHA for f9992c8
Source/smokeview/menus.c
@@ -3427,7 +3427,7 @@ void LoadUnloadMenu(int value){
3427
printf("unloading all files\n");
3428
#endif
3429
if(value==MENU_DUMMY)return;
3430
-// GLUTSETCURSOR(GLUT_CURSOR_WAIT);
+ GLUTSETCURSOR(GLUT_CURSOR_WAIT);
3431
switch(value){
3432
case UNLOADALL:
3433
if(scriptoutstream!=NULL){
@@ -3750,7 +3750,7 @@ void LoadUnloadMenu(int value){
3750
assert(FFALSE);
3751
break;
3752
}
3753
- //GLUTSETCURSOR(GLUT_CURSOR_RIGHT_ARROW);
+ GLUTSETCURSOR(GLUT_CURSOR_RIGHT_ARROW);
3754
3755
3756
/* ------------------ TourMenu ------------------------ */
0 commit comments