refresh frame fix, dblclk proxy viewer fix, vicon refresh fix for awdw resize, fix...
[goodguy/history.git] / cinelerra-5.1 / guicast / vicon.C
index d726265030e57ffb1c13adf536c9f193f3a8553e..9c41ccf1ea915d20548a0f755f6676ea92249abe 100644 (file)
@@ -290,6 +290,14 @@ draw(VIcon *vicon)
        return 1;
 }
 
        return 1;
 }
 
+void VIconThread::hide_vicons(int v)
+{
+       for( int i=0; i<t_heap.size(); ++i ) {
+               t_heap[i]->hidden = v;
+               t_heap[i]->age = 0;
+       }
+}
+
 void VIconThread::
 run()
 {
 void VIconThread::
 run()
 {