repair break in arm tab fix, add goto icon in bright theme
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindowgui.C
index 660c6d88b18ede9b7fcd41b55c7c7f65147605c6..6e72494ace07c5326e7a64e5d600cb86e044753f 100644 (file)
@@ -1249,6 +1249,7 @@ int MWindowGUI::keypress_event()
        case LEFTTAB:
                Track *this_track = 0;
                for( int i=0; i<TOTAL_PANES; ++i ) {
+                       if( !pane[i] ) continue;
                        if( (this_track = pane[i]->over_track()) != 0 ) break;
                        if( (this_track = pane[i]->over_patchbay()) != 0 ) break;
                }