mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 08:06:11 +02:00
Merge pull request #11150 from ElderOrb/Case6742
6742: Multiple highlighted buttons
This commit is contained in:
commit
f125ef04f1
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
enabled: true
|
enabled: true
|
||||||
|
preventStealing: true
|
||||||
onClicked: {
|
onClicked: {
|
||||||
console.log("Tablet Button Clicked!");
|
console.log("Tablet Button Clicked!");
|
||||||
if (tabletButton.inDebugMode) {
|
if (tabletButton.inDebugMode) {
|
||||||
|
|
Loading…
Reference in a new issue