mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
update form before present
This commit is contained in:
parent
073e035bb2
commit
7319a0260f
@ -103,6 +103,7 @@ impl Widget {
|
|||||||
|
|
||||||
/// Show dialog with new preset
|
/// Show dialog with new preset
|
||||||
pub fn present(&self, parent: Option<&impl IsA<gtk::Widget>>) {
|
pub fn present(&self, parent: Option<&impl IsA<gtk::Widget>>) {
|
||||||
|
self.form.update();
|
||||||
self.alert_dialog.present(parent)
|
self.alert_dialog.present(parent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user