mirror of
https://gitlab.com/samplehive/sample-hive.git
synced 2026-08-21 14:36:23 +02:00
fixup! Caught an unhandled exception from libsndfile
This commit is contained in:
@@ -183,6 +183,9 @@ class MainFrame : public wxFrame
|
||||
// -------------------------------------------------------------------
|
||||
wxLongLong m_LoopA, m_LoopB;
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
wxSystemAppearance m_Theme = wxSystemSettings::GetAppearance();
|
||||
|
||||
private:
|
||||
// -------------------------------------------------------------------
|
||||
bool bAutoplay = false;
|
||||
@@ -259,6 +262,10 @@ class MainFrame : public wxFrame
|
||||
// Frame resize event handler
|
||||
void OnResizeFrame(wxSizeEvent& event);
|
||||
|
||||
// Splitter window sash pos event handler
|
||||
void OnTopSplitterSashPosChanged(wxSplitterEvent& event);
|
||||
void OnBottomSplitterSashPosChanged(wxSplitterEvent& event);
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// Timer update event handler
|
||||
void UpdateElapsedTime(wxTimerEvent& event);
|
||||
|
||||
Reference in New Issue
Block a user