mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:13:47 +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
|
||||
hoverEnabled: true
|
||||
onEntered: iconColorOverlay.color = "#1fc6a6";
|
||||
onExited: iconColorOverlay.color = "#ffffff";
|
||||
onExited: iconColorOverlay.color = "#34a2c7";
|
||||
// navigate back to root level menu
|
||||
onClicked: {
|
||||
buildMenu();
|
||||
|
|
Loading…
Reference in a new issue