Skip to content

Commit c541f2c

Browse files
DockWidget now also emits closed() signal if DockWidgetDeleteOnClose flag is set
1 parent 37d305e commit c541f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DockWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ bool CDockWidget::closeDockWidgetInternal(bool ForceClose)
815815
}
816816
}
817817
deleteDockWidget();
818+
emit closed();
818819
}
819820
else
820821
{

0 commit comments

Comments
 (0)