Browse Source
Update viewport.rs, fix comment typo: "vieweport" -> "viewport" (#3638)
No code changes. Just fixing a typo in a comment.
Closes #3637.
pull/3640/head
libertyteeth
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
crates/egui/src/viewport.rs
|
|
@ -255,7 +255,7 @@ pub type ImmediateViewportRendererCallback = dyn for<'a> Fn(&Context, ImmediateV |
|
|
|
#[derive(Clone, Debug, Default, Eq, PartialEq)] |
|
|
|
#[allow(clippy::option_option)] |
|
|
|
pub struct ViewportBuilder { |
|
|
|
/// The title of the vieweport.
|
|
|
|
/// The title of the viewport.
|
|
|
|
/// `eframe` will use this as the title of the native window.
|
|
|
|
pub title: Option<String>, |
|
|
|
|
|
|
|