Skip to content
Snippets Groups Projects
Commit 7749ea07 authored by slevy's avatar slevy
Browse files

Remove "&" from play-speed - don't take over "l" as a hot-key.

parent e87776ab
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ Fl_Double_Window* make_window() {
ppui.play->labelcolor((Fl_Color)3);
ppui.play->callback((Fl_Callback*)pp_play_cb, (void*)(&ppui.st));
} // Fl_Button* ppui.play
{ Fl_Menu_Button* o = playmenu = new Fl_Menu_Button(57, 122, 40, 20, "P&lay Speed (Nf = every Nth frame)");
{ Fl_Menu_Button* o = playmenu = new Fl_Menu_Button(57, 122, 40, 20, "Play Speed (Nf = every Nth frame)");
playmenu->type(4);
playmenu->callback((Fl_Callback*)cb_playmenu);
o->add("play 1|play .5|play .25|play 2|play 5|play 1f|play 2f|play 5f|play 10f");
......
......@@ -228,7 +228,7 @@ specks_commandfmt( &ppui.st, homestr, o->value());}
xywh {57 122 40 20} type Toggle color 32 selection_color 58 labelsize 12 labelcolor 3
}
Fl_Menu_Button playmenu {
label {P&lay Speed (Nf = every Nth frame)}
label {Play Speed (Nf = every Nth frame)}
callback {specks_commandfmt(&ppui.st,"%s",o->text());} open
xywh {57 122 40 20} type popup3
code0 {o->add("play 1|play .5|play .25|play 2|play 5|play 1f|play 2f|play 5f|play 10f");}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment