more fine tuned control over autocomplete in new
This commit is contained in:
parent
33407c2258
commit
7dee6e880c
11318
4ed_file_view.cpp
11318
4ed_file_view.cpp
File diff suppressed because it is too large
Load Diff
|
@ -1257,7 +1257,7 @@ gui_do_jump(GUI_Target *target, GUI_View_Jump jump, GUI_Scroll_Vars vars){
|
||||||
|
|
||||||
internal void
|
internal void
|
||||||
gui_standard_list(GUI_Target *target, GUI_id id, GUI_Scroll_Vars *vars, i32_Rect scroll_region,
|
gui_standard_list(GUI_Target *target, GUI_id id, GUI_Scroll_Vars *vars, i32_Rect scroll_region,
|
||||||
Key_Summary *keys, i32 *list_i, GUI_Item_Update *update){
|
Key_Summary *keys, i32 *list_i, GUI_Item_Update *update){
|
||||||
|
|
||||||
if (update->has_adjustment){
|
if (update->has_adjustment){
|
||||||
*list_i = update->adjustment_value;
|
*list_i = update->adjustment_value;
|
||||||
|
|
Loading…
Reference in New Issue