Skip to content

Commit

Permalink
fixed build after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
authaldo committed Feb 4, 2024
1 parent 75e3893 commit 5da3506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rig_reconfigure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ int main(int argc, char *argv[]) {
if (ImGui::BeginMenu("Parameters")) {
bool propertyChanged = ImGui::MenuItem("Hide default parameters", nullptr, &ignoreDefaultParameters);
serviceWrapper.setIgnoreDefaultParameters(ignoreDefaultParameters);
if (propertyChanged && !curSelectedNode.empty()) {
if (propertyChanged && !curDisplayedNode.empty()) {
// Reload parameters if menu item was toggled
serviceWrapper.pushRequest(std::make_shared<Request>(Request::Type::QUERY_NODE_PARAMETERS));
}
Expand Down

0 comments on commit 5da3506

Please sign in to comment.