mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 07:31:19 +01:00
Fix crashes when opening track control panel menu
This commit is contained in:
@@ -759,20 +759,20 @@ protected:
|
|||||||
mStretchCursor, mStretchLeftCursor, mStretchRightCursor;
|
mStretchCursor, mStretchLeftCursor, mStretchRightCursor;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxMenu *mWaveTrackMenu;
|
wxMenu *mWaveTrackMenu {};
|
||||||
size_t mChannelItemsInsertionPoint;
|
size_t mChannelItemsInsertionPoint {};
|
||||||
|
|
||||||
wxMenu *mNoteTrackMenu;
|
wxMenu *mNoteTrackMenu {};
|
||||||
wxMenu *mTimeTrackMenu;
|
wxMenu *mTimeTrackMenu {};
|
||||||
wxMenu *mLabelTrackMenu;
|
wxMenu *mLabelTrackMenu {};
|
||||||
wxMenu *mRateMenu;
|
wxMenu *mRateMenu {};
|
||||||
wxMenu *mFormatMenu;
|
wxMenu *mFormatMenu {};
|
||||||
wxMenu *mLabelTrackInfoMenu;
|
wxMenu *mLabelTrackInfoMenu {};
|
||||||
|
|
||||||
wxMenu *mRulerWaveformMenu;
|
wxMenu *mRulerWaveformMenu {};
|
||||||
wxMenu *mRulerSpectrumMenu;
|
wxMenu *mRulerSpectrumMenu {};
|
||||||
|
|
||||||
Track *mPopupMenuTarget;
|
Track *mPopupMenuTarget {};
|
||||||
|
|
||||||
friend class TrackPanelAx;
|
friend class TrackPanelAx;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user