mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +02:00
LCL-GTK2: Improve the earlier ListView speedup. Issue #40302, patch by wavebvg.
This commit is contained in:
parent
07398d821e
commit
d8e3c3f75e
@ -404,7 +404,6 @@ begin
|
||||
if Widgets <> nil then
|
||||
begin
|
||||
Indices := gtk_tree_path_get_indices(path)^;
|
||||
ChangeItemCache(Widgets, Indices, tvisSelected);
|
||||
if path_is_currently_selected then
|
||||
ChangeItemCache(Widgets, Indices, tvisSelected)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user