Fix for previous commit

Originally committed to SVN as r21.
This commit is contained in:
Fredrik Mellbin 2006-01-22 16:52:20 +00:00
parent 227febdd24
commit e5043bb738
1 changed files with 0 additions and 1 deletions

View File

@ -605,7 +605,6 @@ void FrameMain::OnOpenProperties (wxCommandEvent &event) {
int res = Properties.ShowModal();
if (res) {
SubsBox->CommitChanges();
videoBox->videoDisplay->RefreshVideo();
}
}