mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python] Matplotlib: reload labels in PlotController::viewWillAppear
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
namespace Matplotlib {
|
||||
|
||||
void PlotController::viewWillAppear() {
|
||||
MicroPython::ExecutionViewControllerHelper::viewWillAppear(this);
|
||||
curveView()->reload();
|
||||
}
|
||||
|
||||
void PlotController::viewDidDisappear() {
|
||||
MicroPython::ExecutionViewControllerHelper::viewDidDisappear(this);
|
||||
m_store->flush();
|
||||
|
||||
Reference in New Issue
Block a user