Skip to content

Commit

Permalink
UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 11, 2024
1 parent 624e8ac commit 32c42c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ui/referencer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ namespace lsp
lltl::parray<tk::Widget> widgets;
status_t res = pWrapper->controller()->widgets()->query_group(id, &widgets);
if (res != STATUS_OK)
return res;
return (res == STATUS_NOT_FOUND) ? STATUS_OK : res;

if (!items->add(&widgets))
return STATUS_NO_MEM;
Expand Down

0 comments on commit 32c42c2

Please sign in to comment.