mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-03 15:20:17 +01:00
Fix for bug #1099...left in some debugging.
This commit is contained in:
@@ -489,8 +489,6 @@ AudacityProject *CreateNewAudacityProject()
|
||||
bool bIconized;
|
||||
GetNextWindowPlacement(&wndRect, &bMaximized, &bIconized);
|
||||
|
||||
wndRect.width = 500;
|
||||
wndRect.height = 500;
|
||||
//Create and show a new project
|
||||
AudacityProject *p = new AudacityProject(NULL, -1,
|
||||
wxPoint(wndRect.x, wndRect.y),
|
||||
|
||||
Reference in New Issue
Block a user