Don't hide other controls (undocked) when going to full screen video - thx Bill :)

This commit is contained in:
Nikolaj Olsson 2020-05-13 08:10:25 +02:00
parent 0f2c8a8028
commit e01668b27b

View File

@ -15939,9 +15939,6 @@ namespace Nikse.SubtitleEdit.Forms
_videoPlayerUndocked.RedockOnFullscreenEnd = true;
}
}
_waveformUndocked?.Hide();
_videoControlsUndocked?.Hide();
}
private void RefreshTimeCodeMode()