beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: detach/re-attach elements required by pages on page switch
svghmi
2020-03-02, Edouard Tisserant
e38654ec6281
SVGHMI: detach/re-attach elements required by pages on page switch
This is meant to optimize performances with large drawings leading to long restyle or reflow.
# -*- 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")