Skip to content

Commit

Permalink
Trigger repaint on InputList selection
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmiklos authored and ad3154 committed Dec 10, 2024
1 parent fadf0c6 commit ef34294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataMaskRenderAreaComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ void DataMaskRenderAreaComponent::mouseUp(const MouseEvent &event)
}
this->inputListModal->exitModalState();
parentWorkingSet->set_object_focus(isobus::NULL_OBJECT_ID);
ownerServer.onRepaintEventDispatcher.call(parentWorkingSet);
ownerServer.process_macro(clickedList, isobus::EventID::OnInputFieldDeselection, isobus::VirtualTerminalObjectType::InputList, parentWorkingSet);
inputListModal.reset();
repaint();
Expand Down

0 comments on commit ef34294

Please sign in to comment.