mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Added App::clear_color() that apps can use to specify background color
This commit is contained in:
@@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
* `ui.image` now takes `impl Into<Vec2>` as a `size` argument.
|
||||
* Made some more fields of `RawInput` optional.
|
||||
* `Slider` and `DragValue` uses fewer decimals by default. See the full precision by hovering over the value.
|
||||
* `egui::App`: added `fn name(&self)`
|
||||
* `egui::App`: added `fn name(&self)` and `fn clear_color(&self)`
|
||||
|
||||
### Deprecated
|
||||
* Deprecated `RawInput::screen_size` - use `RawInput::screen_rect` instead.
|
||||
|
||||
Reference in New Issue
Block a user