Browse Source

refresh list after delete all non used clips from task tray

scott brogden 5 years ago
parent
commit
612c1f06a3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      MainFrm.cpp

+ 2 - 0
MainFrm.cpp

@@ -1522,4 +1522,6 @@ void CMainFrame::OnFirstDeleteallnonusedclips()
 	}
 
 	DeleteNonUsedClips(false);
+
+	theApp.RefreshView();
 }