mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 19:52:19 +01:00
More uses of safenew for classes we derive from wxWindow classes...
... Also removed some unnecessary deletes of widgets that are managed by parent windows
This commit is contained in:
@@ -54,7 +54,7 @@ void TimeDialog::PopulateOrExchange(ShuttleGui &S)
|
||||
{
|
||||
S.StartStatic(mPrompt, true);
|
||||
{
|
||||
mTimeCtrl = new
|
||||
mTimeCtrl = safenew
|
||||
NumericTextCtrl(
|
||||
NumericConverter::TIME, this,
|
||||
wxID_ANY,
|
||||
|
||||
Reference in New Issue
Block a user