This commit is contained in:
Jack Mac 2022-02-21 17:18:22 -05:00 committed by Jonathan Spira
parent 4bb300e393
commit 396512a982

View File

@ -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() };