Files
Upsilon/python/port/mod/matplotlib/plot_controller.cpp

11 lines
191 B
C++

#include "plot_controller.h"
namespace Matplotlib {
void PlotController::viewDidDisappear() {
MicroPython::ExecutionViewControllerHelper::viewDidDisappear(this);
m_store->flush();
}
}