Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -r85a447e435dc30e3a6f6c8a41d30d26467548be0 -ree27c59d21daf9ad067d3cb5327fadd7c73b9838 --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 85a447e435dc30e3a6f6c8a41d30d26467548be0) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision ee27c59d21daf9ad067d3cb5327fadd7c73b9838) @@ -80,6 +80,7 @@ NumPad { id: _numPad x : _root.width - _numPad.width y : 0 + z : -1 onCancel : _numPad.hide() } }