Skip to content

Commit

Permalink
add parent to FMUsettingsDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and adeas31 committed Jan 10, 2017
1 parent d38e1f6 commit 66eb20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Animation/FMUSettingsDialog.cpp
Expand Up @@ -41,7 +41,7 @@
* \brief widget for FMU-simulation settings.
*/
FMUSettingsDialog::FMUSettingsDialog(QWidget *pParent, VisualizerFMU* fmuVisualizer)
: QDialog(),
: QDialog(pParent),
fmu(fmuVisualizer),
stepSize(0.001),
renderFreq(0.1),
Expand Down

0 comments on commit 66eb20b

Please sign in to comment.