mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
lint
This commit is contained in:
parent
4bb300e393
commit
396512a982
@ -242,7 +242,7 @@ impl Ui {
|
||||
}
|
||||
|
||||
/// Close a popup. Should be called within the closure given as argument to
|
||||
/// [`Ui::popup`] or [`Ui::popup_modal`].
|
||||
/// [`Ui::popup`] or [`Ui::modal_popup`].
|
||||
#[doc(alias = "CloseCurrentPopup")]
|
||||
pub fn close_current_popup(&self) {
|
||||
unsafe { sys::igCloseCurrentPopup() };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user