mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
parent
0ced27aa5f
commit
d5e471dce5
@ -243,6 +243,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
|
||||
_pictureBoxVolumeBarBackground.BringToFront();
|
||||
_pictureBoxVolumeBar.BringToFront();
|
||||
_labelVolume.BringToFront();
|
||||
|
||||
_labelTimeCode.Click += LabelTimeCodeClick;
|
||||
_loading = false;
|
||||
@ -293,6 +294,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
|
||||
_labelTimeCode.Visible = true;
|
||||
_labelTimeCode.BringToFront();
|
||||
_labelVolume.BringToFront();
|
||||
}
|
||||
|
||||
public void EnableMouseWheelStep()
|
||||
|
Loading…
Reference in New Issue
Block a user