Skip to content

Commit

Permalink
dont invalidate style per renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jul 28, 2022
1 parent 2ec7122 commit d67dc45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion haxe/ui/containers/ListView.hx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class ListViewEvents extends ScrollViewEvents {
var builder:ListViewBuilder = cast(_listview._compositeBuilder, ListViewBuilder);
builder.addItemRendererClass(instance, ":selected");
}
_listview.invalidateComponentStyle(true);
}

private function onRendererDestroyed(e:UIEvent) {
Expand Down

0 comments on commit d67dc45

Please sign in to comment.