mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Increase height of default window, per follow-on to http://bugzilla.audacityteam.org/show_bug.cgi?id=547#c10.
Restore a comment.
This commit is contained in:
parent
f9a2de0a74
commit
e39d816002
@ -535,7 +535,7 @@ void GetDefaultWindowRect(wxRect *defRect)
|
||||
*defRect = wxGetClientDisplayRect();
|
||||
|
||||
defRect->width = 780;
|
||||
defRect->height = 400;
|
||||
defRect->height = 580;
|
||||
|
||||
//These conditional values assist in improving placement and size
|
||||
//of new windows on different platforms.
|
||||
|
@ -582,6 +582,7 @@ bool EffectTruncSilence::Process()
|
||||
|
||||
delete [] buffer;
|
||||
|
||||
// Buffer has been freed, so we're OK to return if cancelled
|
||||
if (cancelled)
|
||||
{
|
||||
ReplaceProcessedTracks(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user