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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user