Fix comment about fullscreen and back - thx darnn :)

Work on #7282
This commit is contained in:
niksedk 2023-08-24 22:28:00 +02:00
parent b015914021
commit 58a9c56cdc
2 changed files with 6 additions and 0 deletions

View File

@ -1308,6 +1308,11 @@ namespace Nikse.SubtitleEdit.Controls
}
}
public void UnSetFullFixed()
{
PanelPlayer.Dock = DockStyle.None;
}
public void ShowFullScreenControls()
{
_pictureBoxFullscreen.Image = _bitmapNoFullscreen;

View File

@ -256,6 +256,7 @@ namespace Nikse.SubtitleEdit.Forms
_videoPlayerContainer.SubtitleText = string.Empty;
_videoPlayerContainer.ShowFullscreenButton = Configuration.Settings.General.VideoPlayerShowFullscreenButton;
_videoPlayerContainer.ShowNonFullScreenControls();
_videoPlayerContainer.UnSetFullFixed();
if (RedockOnFullscreenEnd)
{
Close();