diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index e7e5c2f4f20e70337cbc953463af38b800be01a7..cc159edda0694f04e4a6e61b536216f1781a4015 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -1513,6 +1513,7 @@ void DocumentProperties::documentReplaced() _repr_namedview = desktop->getNamedView()->getRepr(); _repr_namedview->addListener(&_repr_events, this); populate_linked_profiles_box(); + update_widgets(); } }