mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-19 01:18:27 +00:00
fmt
This commit is contained in:
parent
dd061d4ad4
commit
10eba1c25e
@ -195,7 +195,10 @@ impl Ui {
|
||||
}
|
||||
|
||||
/// Creates a PopupModal directly.
|
||||
pub fn popup_modal<'ui, 'p, Label: AsRef<str>>(&self, str_id: Label) -> PopupModal<'_, '_, Label> {
|
||||
pub fn popup_modal<'ui, 'p, 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