summaryrefslogtreecommitdiff
path: root/src/hmi/qml/Core/StdButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/hmi/qml/Core/StdButton.qml')
-rw-r--r--src/hmi/qml/Core/StdButton.qml8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/hmi/qml/Core/StdButton.qml b/src/hmi/qml/Core/StdButton.qml
index de8a629..724f6a0 100644
--- a/src/hmi/qml/Core/StdButton.qml
+++ b/src/hmi/qml/Core/StdButton.qml
@@ -31,12 +31,6 @@ import QtQuick 2.1
Button {
width: content.w
height: content.h
- source:"images/button-keyboard.png";
- property string page
+ source:"images/button-keyboard.png"; //needed to avoid crash in dynamic creation of button in NavigationSettingsPreferences (to be fixed)
explode: false
- onClicked: {
- if (page) {
- pageOpen(page);
- }
- }
}