mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Fix minor typo
This commit is contained in:
@@ -20,7 +20,7 @@ use epaint::{Color32, Margin, Rect, Rounding, Shadow, Shape, Stroke};
|
|||||||
///
|
///
|
||||||
/// ## Dynamic color
|
/// ## Dynamic color
|
||||||
/// If you want to change the color of the frame based on the response of
|
/// If you want to change the color of the frame based on the response of
|
||||||
/// the widget, you needs to break it up into multiple steps:
|
/// the widget, you need to break it up into multiple steps:
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// # egui::__run_test_ui(|ui| {
|
/// # egui::__run_test_ui(|ui| {
|
||||||
|
|||||||
Reference in New Issue
Block a user