Skip to content

Commit 3571b61

Browse files
authored
Update crates/egui/src/data/input.rs
1 parent cd90ec5 commit 3571b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/egui/src/data/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ pub struct ViewportInfo {
226226
/// This is the content rectangle plus decoration chrome.
227227
///
228228
/// **`eframe` notes**:
229-
///
229+
///
230230
/// On Android / Wayland, this will always be `None` since getting the
231231
/// position of the window is not possible.
232232
pub outer_rect: Option<Rect>,

0 commit comments

Comments
 (0)