mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update form before present
This commit is contained in:
parent
073e035bb2
commit
7319a0260f
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue