mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 23:16:20 +02:00
Fix title menu icon getting stuck on white
This commit is contained in:
parent
069e66b875
commit
07e4b0ce41
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ FocusScope {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onEntered: iconColorOverlay.color = "#1fc6a6";
|
onEntered: iconColorOverlay.color = "#1fc6a6";
|
||||||
onExited: iconColorOverlay.color = "#ffffff";
|
onExited: iconColorOverlay.color = "#34a2c7";
|
||||||
// navigate back to root level menu
|
// navigate back to root level menu
|
||||||
onClicked: {
|
onClicked: {
|
||||||
buildMenu();
|
buildMenu();
|
||||||
|
|
Loading…
Reference in a new issue