libzmpeg3 layer3 tweak, listbox selection fix, vicon emtpy video fixes
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistbox.C
index b10cdf0860c7a22aceb2ee9f5844fff3a4524383..320e98bc4d701269e2fa636f02556a2bc4c419c6 100644 (file)
@@ -2093,8 +2093,7 @@ int BC_ListBox::get_cursor_item(ArrayList<BC_ListBoxItem*> *data, int cursor_x,
                                return j;
                        }
                }
                                return j;
                        }
                }
-               if( display_format == LISTBOX_ICONS ) return -1;
-               } // fall through
+               return -1; }
        case LISTBOX_TEXT:
                if( !gui ) break;
 // Text is treed
        case LISTBOX_TEXT:
                if( !gui ) break;
 // Text is treed