update form before present

This commit is contained in:
yggverse 2024-12-07 08:19:57 +02:00
parent 073e035bb2
commit 7319a0260f

View File

@ -103,6 +103,7 @@ impl Widget {
/// Show dialog with new preset
pub fn present(&self, parent: Option<&impl IsA<gtk::Widget>>) {
self.form.update();
self.alert_dialog.present(parent)
}
}