Skip to content

Commit

Permalink
Fix compilation issue from #51
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3154 committed Dec 11, 2024
1 parent ef34294 commit 6c9f38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataMaskRenderAreaComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ void DataMaskRenderAreaComponent::mouseUp(const MouseEvent &event)
}
this->inputListModal->exitModalState();
parentWorkingSet->set_object_focus(isobus::NULL_OBJECT_ID);
ownerServer.onRepaintEventDispatcher.call(parentWorkingSet);
ownerServer.repaint_on_next_update();
ownerServer.process_macro(clickedList, isobus::EventID::OnInputFieldDeselection, isobus::VirtualTerminalObjectType::InputList, parentWorkingSet);
inputListModal.reset();
repaint();
Expand Down

0 comments on commit 6c9f38e

Please sign in to comment.