another scroll bug fixed
parent
45592ab0f0
commit
ff83917900
1
4ed.cpp
1
4ed.cpp
|
@ -147,7 +147,6 @@ do_feedback_message(System_Functions *system, Models *models, String value){
|
|||
|
||||
if (file){
|
||||
output_file_append(system, models, file, value, 1);
|
||||
|
||||
i32 pos = buffer_size(&file->state.buffer);
|
||||
for (View_Iter iter = file_view_iter_init(&models->layout, file, 0);
|
||||
file_view_iter_good(iter);
|
||||
|
|
|
@ -2824,6 +2824,7 @@ file_step(View *view, i32_Rect region, Input_Summary *user_input, b32 is_active)
|
|||
f32 cursor_max_y = CursorMaxY(max_visible_y, line_height);
|
||||
f32 cursor_min_y = CursorMinY(scroll_vars.min_y, line_height);
|
||||
|
||||
if (!gui_id_eq(view->gui_target.active, gui_id_scrollbar())){
|
||||
if (cursor_y > target_y + cursor_max_y){
|
||||
target_y = cursor_y - cursor_max_y + delta_y;
|
||||
}
|
||||
|
@ -2845,6 +2846,7 @@ file_step(View *view, i32_Rect region, Input_Summary *user_input, b32 is_active)
|
|||
view->gui_target.scroll_updated.target_x = target_x;
|
||||
view->gui_target.scroll_updated.target_y = target_y;
|
||||
}
|
||||
}
|
||||
|
||||
if (file->state.paste_effect.tick_down > 0){
|
||||
--file->state.paste_effect.tick_down;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Distribution Date: 10.05.2016 (dd.mm.yyyy)
|
||||
Distribution Date: 12.05.2016 (dd.mm.yyyy)
|
||||
|
||||
Thank you for contributing to the 4coder project!
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Distribution Date: 10.05.2016 (dd.mm.yyyy)
|
||||
Distribution Date: 12.05.2016 (dd.mm.yyyy)
|
||||
|
||||
Thank you for contributing to the 4coder project!
|
||||
|
||||
|
|
Loading…
Reference in New Issue