Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Oct 5, 2024
1 parent d23287b commit e90d4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ class tree_view_items_provider : public ruis::tree_view::provider{
{
auto color_label = v.get().try_get_widget_as<ruis::color>("selection");

color_label->set_visible(path == utki::make_span(this->selected_item));
color_label->set_visible(utki::deep_equals(path, utki::make_span(this->selected_item)));

auto mp = v.get().try_get_widget_as<ruis::mouse_proxy>("mouse_proxy");
ASSERT(mp)
Expand Down

0 comments on commit e90d4c7

Please sign in to comment.