1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Improve documentation

This commit is contained in:
Emil Ernerfeldt
2021-12-28 17:33:49 +01:00
parent 00f965de87
commit 68fca09df9
4 changed files with 10 additions and 3 deletions

View File

@@ -119,6 +119,8 @@ impl Ui {
}
/// Style options for this `Ui` and its children.
///
/// Note that this may be a different [`Style`] than that of [`Context::style`].
#[inline]
pub fn style(&self) -> &std::sync::Arc<Style> {
&self.style