|
@@ -65,6 +65,9 @@ Other changes:
|
|
|
(namely Selectables and Treenodes using SpanAllColumn flag) so the highlight properly covers
|
|
|
all columns. (#7049, #4281, #3272)
|
|
|
- InputTextMultiline: Fixed Tab character input not repeating (1.89.4 regression).
|
|
|
+- InputTextMultiline: Tabbing through a multi-line text editor which allows Tab character inputs
|
|
|
+ (using the ImGuiInputTextFlags_AllowTabInput flag) doesn't automatically activate it, in order
|
|
|
+ to allow passing through multiple widgets easily. (#3092, #5759, #787)
|
|
|
- DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: improve multi-components
|
|
|
width computation to better distribute the error. (#7120, #7121) [@Nahor]
|
|
|
- Menus: Tweaked hover slack logic, adding a timer to avoid situations where a slow vertical
|