MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / ClearMessageBox

Method ClearMessageBox

src/Display/Menu.cpp:195–199  ·  view source on GitHub ↗

Clear the message box and display the menu underneath it

Source from the content-addressed store, hash-verified

193
194// Clear the message box and display the menu underneath it
195void Menu::ClearMessageBox() noexcept
196{
197 displayingMessageBox = false;
198 Reload();
199}
200
201void Menu::Pop() noexcept
202{

Callers 1

SpinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected