mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 21:19:24 +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
|
if Widgets <> nil then
|
||||||
begin
|
begin
|
||||||
Indices := gtk_tree_path_get_indices(path)^;
|
Indices := gtk_tree_path_get_indices(path)^;
|
||||||
ChangeItemCache(Widgets, Indices, tvisSelected);
|
|
||||||
if path_is_currently_selected then
|
if path_is_currently_selected then
|
||||||
ChangeItemCache(Widgets, Indices, tvisSelected)
|
ChangeItemCache(Widgets, Indices, tvisSelected)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user