beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when updating data in variable panel.
wxPython4
2021-11-16, Edouard Tisserant
6cde1a3ded58
Fix bug when updating data in variable panel.
Grid event naming CHANGE->CHANGING was wrong. CHANGE->CHANGED is the way to go.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")