fix popupmenu remove_item vs del_item, mv downsample from aud to vid
[goodguy/history.git] / cinelerra-5.1 / cinelerra / zoompanel.C
index c272b123e239b1d31ac5f0c59dcd4543363946f0..a719cc00278d58aa498417a44519d4ce43437f32 100644 (file)
@@ -144,10 +144,7 @@ int ZoomPanel::calculate_w(int menu_w)
 
 void ZoomPanel::update_menu()
 {
-       while(zoom_text->total_items())
-       {
-               zoom_text->remove_item(0);
-       }
+       while(zoom_text->total_items()) zoom_text->del_item(0);
 
        zoom_table.remove_all_objects();
        calculate_menu();