fix listbox select for packed icon, tweak show edit
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistbox.C
index a6946530ffb1638f2cfe0690589d7653dcd44462..b10cdf0860c7a22aceb2ee9f5844fff3a4524383 100644 (file)
@@ -2076,6 +2076,7 @@ int BC_ListBox::get_cursor_item(ArrayList<BC_ListBoxItem*> *data, int cursor_x,
 // Icons are not treed
        switch( display_format ) {
        case LISTBOX_ICONS:
+       case LISTBOX_ICONS_PACKED:
        case LISTBOX_ICON_LIST: {
                for( int j=data[master_column].total; --j>=0; ) {
                        int icon_x, icon_y, icon_w, icon_h;