mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
parent
b015914021
commit
58a9c56cdc
@ -1308,6 +1308,11 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
}
|
||||
}
|
||||
|
||||
public void UnSetFullFixed()
|
||||
{
|
||||
PanelPlayer.Dock = DockStyle.None;
|
||||
}
|
||||
|
||||
public void ShowFullScreenControls()
|
||||
{
|
||||
_pictureBoxFullscreen.Image = _bitmapNoFullscreen;
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user