mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Update viewport.rs, fix comment typo: "vieweport" -> "viewport" (#3638)
No code changes. Just fixing a typo in a comment. Closes #3637.
This commit is contained in:
@@ -255,7 +255,7 @@ pub type ImmediateViewportRendererCallback = dyn for<'a> Fn(&Context, ImmediateV
|
|||||||
#[derive(Clone, Debug, Default, Eq, PartialEq)]
|
#[derive(Clone, Debug, Default, Eq, PartialEq)]
|
||||||
#[allow(clippy::option_option)]
|
#[allow(clippy::option_option)]
|
||||||
pub struct ViewportBuilder {
|
pub struct ViewportBuilder {
|
||||||
/// The title of the vieweport.
|
/// The title of the viewport.
|
||||||
/// `eframe` will use this as the title of the native window.
|
/// `eframe` will use this as the title of the native window.
|
||||||
pub title: Option<String>,
|
pub title: Option<String>,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user