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

Switch argument order of ui.checkbox and ui.radio

`bool, text` is the more logical order, as it

* matches the visuals: `[x] text`
* puts the important part first
* more natually allows us to extend to checkboxes without a text
This commit is contained in:
Emil Ernerfeldt
2020-10-10 12:49:02 +02:00
parent a2e8d1d32c
commit 5c469551df
7 changed files with 26 additions and 27 deletions

View File

@@ -7,6 +7,7 @@
* Simple drop-down combo box menu
* Logarithmic sliders
* Optimization: coarse culling in the tesselator
* CHANGED: switch argument order of `ui.checkbox` and `ui.radio`
## 0.1.4 - 2020-09-08