mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
waveform play/pause now show play when starts with empty subtitle - thx fox :)
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1752 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
119a63b450
commit
5389dea36d
3
src/Forms/Main.Designer.cs
generated
3
src/Forms/Main.Designer.cs
generated
@ -2443,6 +2443,7 @@
|
||||
this.toolStripButtonWaveFormPause.Name = "toolStripButtonWaveFormPause";
|
||||
this.toolStripButtonWaveFormPause.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonWaveFormPause.Text = "toolStripButton1";
|
||||
this.toolStripButtonWaveFormPlay.Visible = false;
|
||||
this.toolStripButtonWaveFormPause.Click += new System.EventHandler(this.toolStripButtonWaveFormPause_Click);
|
||||
//
|
||||
// toolStripButtonWaveFormPlay
|
||||
@ -2454,7 +2455,7 @@
|
||||
this.toolStripButtonWaveFormPlay.Name = "toolStripButtonWaveFormPlay";
|
||||
this.toolStripButtonWaveFormPlay.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonWaveFormPlay.Text = "toolStripButton1";
|
||||
this.toolStripButtonWaveFormPlay.Visible = false;
|
||||
this.toolStripButtonWaveFormPlay.Visible = true;
|
||||
this.toolStripButtonWaveFormPlay.Click += new System.EventHandler(this.toolStripButtonWaveFormPlay_Click);
|
||||
//
|
||||
// toolStripButtonLockCenter
|
||||
|
Loading…
Reference in New Issue
Block a user