From a5f3544d96519b0655e78d2013f3ce157d92f91e Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 21 Aug 2016 07:11:28 -0600 Subject: [PATCH] repair break in arm tab fix, add goto icon in bright theme --- cinelerra-5.1/cinelerra/mwindowgui.C | 1 + cinelerra-5.1/plugins/theme_bright/brighttheme.C | 1 + 2 files changed, 2 insertions(+) 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"); -- 2.26.2