check tracker: fix Clear (#4791)
when pressing Clear the input is cleared but list was not updated
This commit is contained in:
@@ -909,6 +909,7 @@ void CheckTrackerWindow::DrawElement() {
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Clear")) {
|
||||
checkSearch.Clear();
|
||||
UpdateFilters();
|
||||
doAreaScroll = true;
|
||||
}
|
||||
UIWidgets::Tooltip("Clear the search field");
|
||||
|
||||
Reference in New Issue
Block a user