mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Don't close colopicker and other popups when clicking inside of them
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -21,13 +21,14 @@ NOTE: `eframe`, `egui_web` and `egui_glium` has their own changelogs!
|
||||
* Add `Slider::new` and `DragValue::new` to replace old type-specific constructors.
|
||||
|
||||
### Changed 🔧
|
||||
* `kb_focus` is now just called `focus`
|
||||
* `kb_focus` is now just called `focus`.
|
||||
|
||||
### Fixed 🐛
|
||||
* Fix some bugs related to centered layouts
|
||||
* Fixed secondary-click to open a menu
|
||||
* [Fix panic for zero-range sliders and zero-speed drag values](https://github.com/emilk/egui/pull/216)
|
||||
* Fix false id clash error for wrapping text
|
||||
* Fix some bugs related to centered layouts.
|
||||
* Fixed secondary-click to open a menu.
|
||||
* [Fix panic for zero-range sliders and zero-speed drag values](https://github.com/emilk/egui/pull/216).
|
||||
* Fix false id clash error for wrapping text.
|
||||
* Fix bug that would close a popup (e.g. the color picker) when clicking inside of it.
|
||||
|
||||
### Deprecated ☢️
|
||||
* Deprectated `combo_box_with_label` in favor of new `ComboBox`.
|
||||
|
||||
Reference in New Issue
Block a user