svghmi/widget_keypad.ysl2
branchwxPython4
changeset 3609 51a3d6f39944
parent 3596 9c725829d8f0
--- a/svghmi/widget_keypad.ysl2	Tue Sep 13 16:51:54 2022 +0200
+++ b/svghmi/widget_keypad.ysl2	Tue Sep 13 16:53:15 2022 +0200
@@ -118,11 +118,11 @@
              }
              if(this.Shift_sub && this.shift != this._shift){
                  this._shift = this.shift;
-                 set_activation_state(this.Shift_sub, this.shift);
+                 set_activity_state(this.Shift_sub, this.shift);
              }
              if(this.CapsLock_sub && this.caps != this._caps){
                  this._caps = this.caps;
-                 set_activation_state(this.CapsLock_sub, this.caps);
+                 set_activity_state(this.CapsLock_sub, this.caps);
              }
          }
     ||