X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_menu.c;h=9e20d5dc894faa887f555c0510de2e0f82adb16a;hb=12014d2904b0c95f15e452d82b2753751891a45b;hp=bbae132bb1c941886fbfecae3e7c22511cf6c774;hpb=640ac101ebc6f2e8a75ada6967f8c0d38c09c04f;p=freeglut diff --git a/src/fg_menu.c b/src/fg_menu.c index bbae132..9e20d5d 100644 --- a/src/fg_menu.c +++ b/src/fg_menu.c @@ -607,7 +607,7 @@ GLboolean fgCheckActiveMenu ( SFG_Window *window, int button, GLboolean pressed, fgSetWindow( parent_window ); fgStructure.CurrentMenu = active_menu; - /* Deactivate menu and then call callback (we don't want menu to stay in view while callback is executing) */ + /* Deactivate menu and then call callback (we don't want menu to stay in view while callback is executing, and user should be able to change menus in callback) */ fgDeactivateMenu( parent_window ); active_menu->Callback( active_entry->ID );