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

Rename FontFamily::VariableWidth to FontFamily::Proportional

This commit is contained in:
Emil Ernerfeldt
2020-12-27 14:19:20 +01:00
parent 53ab2f4ef6
commit 847f67c835
2 changed files with 13 additions and 9 deletions

View File

@@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Changed 🔧
* Renamed `FontFamily::VariableWidth` to `FontFamily::Proportional`.
### Fixed 🐛
* `RepaintSignal` now implements `Sync` so it can be sent to a background thread.