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