Skip to content

Commit d8fcb78

Browse files
committed
Fix
1 parent 6bd8bea commit d8fcb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbsimgui/mbsimgui/basic_widgets.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ namespace MBSimGUI {
634634
layout->addWidget(tree,0,0,5,1);
635635

636636
dialog = new LineEditDialog("Line edit dialog","",this);
637-
connect(dialog, &StateDialog::accepted, this, &TextListWidget::updateTreeItem);
637+
connect(dialog, &LineEditDialog::accepted, this, &TextListWidget::updateTreeItem);
638638
dialog->setModal(true);
639639

640640
spinBox = new CustomSpinBox;

0 commit comments

Comments
 (0)