Index: sources/gui/qml/compounds/NumPad.qml =================================================================== diff -u -r41a604f3fe3a5bb40bddd8c06e5fe88df85e3997 -r0ced87f43c28bcc9f3402e19284030ad1405e9e8 --- sources/gui/qml/compounds/NumPad.qml (.../NumPad.qml) (revision 41a604f3fe3a5bb40bddd8c06e5fe88df85e3997) +++ sources/gui/qml/compounds/NumPad.qml (.../NumPad.qml) (revision 0ced87f43c28bcc9f3402e19284030ad1405e9e8) @@ -43,7 +43,6 @@ color : Colors.backgroundMain x : Math.round((Variables.applicationWidth - _root.width) / 2) y : Math.round((Variables.applicationHeight - _root.height) / 2) - z : isOpened ? 0 : -1 onVisibleChanged : if ( ! _root.visible ) { reset() } onDisplayValueChanged : if ( _root.setter ) { _root.setter( _valueLabel.text ) } onSettingValueChanged : _valueLabel.text = _root.settingValue !== undefined ? _root.settingValue : ""