RibbonBackStageView: Fix ani_modern_border location issue.

This commit is contained in:
Mentalflow 2025-05-23 01:25:50 +08:00
parent 2f1dc679c0
commit d4bb700891
Signed by: Mentalflow
GPG Key ID: 5AE68D4401A2EE71
2 changed files with 2 additions and 0 deletions

View File

@ -566,6 +566,7 @@ Popup {
body_menu_list.model.append(item)
}
}
ani_modern_border.targetMenu = head_menu_list
menu_bg.currentMenu = 0
head_menu_list.currentIndex = 0
body_menu_list.currentIndex = 0

View File

@ -566,6 +566,7 @@ Popup {
body_menu_list.model.append(item)
}
}
ani_modern_border.targetMenu = head_menu_list
menu_bg.currentMenu = 0
head_menu_list.currentIndex = 0
body_menu_list.currentIndex = 0