mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
11 lines
191 B
C++
11 lines
191 B
C++
#include "plot_controller.h"
|
|
|
|
namespace Matplotlib {
|
|
|
|
void PlotController::viewDidDisappear() {
|
|
MicroPython::ExecutionViewControllerHelper::viewDidDisappear(this);
|
|
m_store->flush();
|
|
}
|
|
|
|
}
|