mirror of
https://gitlab.psi.ch/pyqtacc/proscan.git
synced 2025-12-30 20:33:27 +01:00
added afterBMA1 to toG1
This commit is contained in:
@@ -625,8 +625,9 @@ class GUIHeader(QWidget):
|
||||
color = "green" if on_off == "ON" else self.pf_bgcolor()
|
||||
for key, pf in self.pframe_matrix["POST-BMA1"][13].items():
|
||||
pf.setStyleSheet("background-color:{0};".format(color))
|
||||
self.toBMA1(on_off)
|
||||
|
||||
self.afterBMA1(on_off)
|
||||
|
||||
|
||||
def toG2(self, on_off: str = "ON"):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user