simulator, TUNER_SLIDER: fix incorrect wxWindow parent.

The TUNER_SLIDER were displayed in the wrong wxWindow.
This commit is contained in:
jean-pierre charras 2023-08-12 08:28:01 +02:00
parent 34a13cb0c5
commit f0d18adfb2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
TUNER_SLIDER::TUNER_SLIDER( SIMULATOR_FRAME_UI* aFrame, wxWindow* aParent,
const SCH_SHEET_PATH& aSheetPath, SCH_SYMBOL* aSymbol ) :
TUNER_SLIDER_BASE( aFrame ),
TUNER_SLIDER_BASE( aParent ),
m_symbol( aSymbol->m_Uuid ),
m_sheetPath( aSheetPath ),
m_ref( aSymbol->GetRef( &aSheetPath ) ),