mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 22:48:34 +00:00
...and once more
This commit is contained in:
parent
4bbbc459f1
commit
45c7e2dd92
@ -195,10 +195,7 @@ impl Ui {
|
||||
}
|
||||
|
||||
/// Creates a PopupModal directly.
|
||||
pub fn popup_modal<Label: AsRef<str>>(
|
||||
&self,
|
||||
str_id: Label,
|
||||
) -> PopupModal<'_, '_, Label> {
|
||||
pub fn popup_modal<Label: AsRef<str>>(&self, str_id: Label) -> PopupModal<'_, '_, Label> {
|
||||
#[allow(deprecated)]
|
||||
PopupModal::new(self, str_id)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user