add bins/folders, fix listbox bad wdw ref, hide vicons fix, remove sort by time
[goodguy/history.git] / cinelerra-5.1 / guicast / vicon.C
index d726265030e57ffb1c13adf536c9f193f3a8553e..b7fd0f6c70bd0dd8ce4e8d06b7fadd4b05cf83f7 100644 (file)
@@ -290,6 +290,11 @@ draw(VIcon *vicon)
        return 1;
 }
 
+void VIconThread::hide_vicons(int v)
+{
+       for( int i=0; i<t_heap.size(); ++i ) t_heap[i]->hidden = v;
+}
+
 void VIconThread::
 run()
 {