Index: sources/gui/qml/components/TouchRect.qml =================================================================== diff -u -r4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac -rb62ab443e75b76a91e35aca6ba2efd84e7199602 --- sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac) +++ sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision b62ab443e75b76a91e35aca6ba2efd84e7199602) @@ -1,16 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * + * * \file TouchRect.qml * \author (last) Peter Lucia * \date (last) 06-Oct-2020 * \author (original) Behrouz NematiPour * \date (original) 18-Oct-2019 - * + * */ // Qt @@ -89,9 +89,11 @@ _root.selected = isSelected if (_root.selected) { _root.color = Colors.backgroundButtonSelectDark + _root.borderColor = Colors.borderButton } else { _root.color = backgroundColor + _root.borderColor = Colors.borderButtonUnselected } }