Skip to content

Commit f9992c8

Browse files
authored
Merge pull request #2219 from gforney/master
smokeview source: uncomment GLUTSETCURSOR calls commented in a previo…
2 parents 9f9b0f5 + 8169325 commit f9992c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/smokeview/menus.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,7 +3427,7 @@ void LoadUnloadMenu(int value){
34273427
printf("unloading all files\n");
34283428
#endif
34293429
if(value==MENU_DUMMY)return;
3430-
// GLUTSETCURSOR(GLUT_CURSOR_WAIT);
3430+
GLUTSETCURSOR(GLUT_CURSOR_WAIT);
34313431
switch(value){
34323432
case UNLOADALL:
34333433
if(scriptoutstream!=NULL){
@@ -3750,7 +3750,7 @@ void LoadUnloadMenu(int value){
37503750
assert(FFALSE);
37513751
break;
37523752
}
3753-
//GLUTSETCURSOR(GLUT_CURSOR_RIGHT_ARROW);
3753+
GLUTSETCURSOR(GLUT_CURSOR_RIGHT_ARROW);
37543754
}
37553755

37563756
/* ------------------ TourMenu ------------------------ */

0 commit comments

Comments
 (0)