mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
fix NewFrame doc alias
This commit is contained in:
parent
67f7f11363
commit
8e3da3ba15
@ -539,7 +539,7 @@ impl Context {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Starts a new frame and returns an `Ui` instance for constructing a user interface.
|
/// Starts a new frame and returns an `Ui` instance for constructing a user interface.
|
||||||
#[doc(alias = "NewFame")]
|
#[doc(alias = "NewFrame")]
|
||||||
pub fn new_frame(&mut self) -> &mut Ui {
|
pub fn new_frame(&mut self) -> &mut Ui {
|
||||||
// Clear default font if it no longer exists. This could be an error in the future
|
// Clear default font if it no longer exists. This could be an error in the future
|
||||||
let default_font = self.io().font_default;
|
let default_font = self.io().font_default;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user