summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Authoring/Studio/Palettes/Action/HandlerPropertyBaseSlider.qml2
-rw-r--r--src/Authoring/Studio/Palettes/controls/StyledComboBox.qml2
-rw-r--r--src/Authoring/Studio/Palettes/controls/StyledToolButton.qml1
3 files changed, 0 insertions, 5 deletions
diff --git a/src/Authoring/Studio/Palettes/Action/HandlerPropertyBaseSlider.qml b/src/Authoring/Studio/Palettes/Action/HandlerPropertyBaseSlider.qml
index 853ed438..96df8c43 100644
--- a/src/Authoring/Studio/Palettes/Action/HandlerPropertyBaseSlider.qml
+++ b/src/Authoring/Studio/Palettes/Action/HandlerPropertyBaseSlider.qml
@@ -78,8 +78,6 @@ Row {
Slider {
id: slider
- property bool ignoreHotkeys: true
-
leftPadding: 0
background: Rectangle {
diff --git a/src/Authoring/Studio/Palettes/controls/StyledComboBox.qml b/src/Authoring/Studio/Palettes/controls/StyledComboBox.qml
index f9afde69..d3140744 100644
--- a/src/Authoring/Studio/Palettes/controls/StyledComboBox.qml
+++ b/src/Authoring/Studio/Palettes/controls/StyledComboBox.qml
@@ -34,8 +34,6 @@ import QtQuick.Window 2.2
ComboBox {
id: control
- property bool ignoreHotkeys: true
-
Layout.preferredHeight: _controlBaseHeight
Layout.preferredWidth: _valueWidth
topPadding: 0
diff --git a/src/Authoring/Studio/Palettes/controls/StyledToolButton.qml b/src/Authoring/Studio/Palettes/controls/StyledToolButton.qml
index eb6d9749..d1beea28 100644
--- a/src/Authoring/Studio/Palettes/controls/StyledToolButton.qml
+++ b/src/Authoring/Studio/Palettes/controls/StyledToolButton.qml
@@ -35,7 +35,6 @@ ToolButton {
property string enabledImage
property string disabledImage
property alias toolTipText: toolTip.text
- property bool ignoreHotkeys: true
hoverEnabled: true