mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Persist Area positions again (#4749)
* Reverts https://github.com/emilk/egui/pull/4577 We again persist area positions, but not sizes.
This commit is contained in:
@@ -38,6 +38,8 @@ impl log::Log for WebLogger {
|
||||
}
|
||||
|
||||
fn log(&self, record: &log::Record<'_>) {
|
||||
#![allow(clippy::match_same_arms)]
|
||||
|
||||
if !self.enabled(record.metadata()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user