Skip to content

Commit

Permalink
Call restoreDockWidgets so it doesn't always end up in the bottom rig…
Browse files Browse the repository at this point in the history
…ht corner
  • Loading branch information
precla committed Nov 28, 2021
1 parent 5eaa155 commit febce7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/annotator/AnnotationWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ void AnnotationWidget::setSettingsCollapsed(bool isCollapsed)
void AnnotationWidget::showTransformationSettingsWidget()
{
insertDockWidget(Qt::BottomDockWidgetArea, mTransformationSettings);
restoreDockWidgets();
}

void AnnotationWidget::persistDockWidgets()
Expand Down

0 comments on commit febce7e

Please sign in to comment.