mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps/statistics] EXE should open the histogram param controller
The OK button already does it.
This commit is contained in:
committed by
EmilieNumworks
parent
e5a2208b27
commit
22afe4df2d
@@ -42,7 +42,7 @@ const char * HistogramController::title() {
|
||||
|
||||
bool HistogramController::handleEvent(Ion::Events::Event event) {
|
||||
assert(selectedSeriesIndex() >= 0);
|
||||
if (event == Ion::Events::OK) {
|
||||
if (event == Ion::Events::OK || event == Ion::Events::EXE) {
|
||||
stackController()->push(histogramParameterController());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user