Skip to content
Snippets Groups Projects
Verified Commit 37b3124c authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Relay Clearing Histogram to Server

As the server also keeps track of the events, clearing the histogram
should also be done there.
parent 2b23a7cc
No related branches found
No related tags found
No related merge requests found
Pipeline #3172 passed with stage
in 1 minute and 7 seconds
......@@ -259,6 +259,8 @@ void ClientGui::clearHistogram()
_histo->ResetStats();
_rootcanvas.getCanvas()->Modified();
_rootcanvas.getCanvas()->Update();
sendSimpleActiontoServer(Protocol::Action::clearHistogram);
}
void ClientGui::showEvent(QShowEvent* event)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment