clean up bclistbox, listbox shift drag fix, plugin info
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainundo.C
index 98b864c80df5450700bbd9d66468b86e2dd5a710..4e7a6fca79fb0ba9230bb39d8a6617c40c6b056f 100644 (file)
@@ -228,6 +228,7 @@ int MainUndo::undo()
 
 //dump();
        reset_creators();
+       mwindow->reset_caches();
        return 0;
 }
 
@@ -283,6 +284,7 @@ int MainUndo::redo()
                }
        }
        reset_creators();
+       mwindow->reset_caches();
 //dump();
        return 0;
 }