From: Good Guy Date: Sun, 21 Aug 2016 13:11:28 +0000 (-0600) Subject: repair break in arm tab fix, add goto icon in bright theme X-Git-Url: http://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=a5f3544d96519b0655e78d2013f3ce157d92f91e;p=goodguy%2Fhistory.git repair break in arm tab fix, add goto icon in bright theme --- diff --git a/cinelerra-5.1/cinelerra/mwindowgui.C b/cinelerra-5.1/cinelerra/mwindowgui.C index 660c6d88..6e72494a 100644 --- a/cinelerra-5.1/cinelerra/mwindowgui.C +++ b/cinelerra-5.1/cinelerra/mwindowgui.C @@ -1249,6 +1249,7 @@ int MWindowGUI::keypress_event() case LEFTTAB: Track *this_track = 0; for( int i=0; iover_track()) != 0 ) break; if( (this_track = pane[i]->over_patchbay()) != 0 ) break; } diff --git a/cinelerra-5.1/plugins/theme_bright/brighttheme.C b/cinelerra-5.1/plugins/theme_bright/brighttheme.C index 13664f55..13801090 100644 --- a/cinelerra-5.1/plugins/theme_bright/brighttheme.C +++ b/cinelerra-5.1/plugins/theme_bright/brighttheme.C @@ -701,6 +701,7 @@ void BrightTheme::initialize() new_button("right_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "right_justify"); splice_data = new_button("splice.png", editpanel_up, editpanel_hi, editpanel_dn); new_button("toclip.png", editpanel_up, editpanel_hi, editpanel_dn, "toclip"); + new_button("goto.png", editpanel_up, editpanel_hi, editpanel_dn, "goto"); new_button("top_justify.png", editpanel_up, editpanel_hi, editpanel_dn, "top_justify"); new_button("undo.png", editpanel_up, editpanel_hi, editpanel_dn, "undo"); new_button("wrench.png", editpanel_up, editpanel_hi, editpanel_dn, "wrench");