mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-23 12:24:34 +08:00
update
This commit is contained in:
parent
479e21097c
commit
1c63d027bb
@ -466,14 +466,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
onClicked: {
|
onClicked: {
|
||||||
d.displayDate = new Date(layout_congrol.year,month)
|
d.displayDate = new Date(layout_congrol.year,month)
|
||||||
timer_delay_start.restart()
|
d.pageIndex = 0
|
||||||
}
|
|
||||||
Timer{
|
|
||||||
id:timer_delay_start
|
|
||||||
interval: 100
|
|
||||||
onTriggered: {
|
|
||||||
d.pageIndex = 0
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -465,14 +465,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
onClicked: {
|
onClicked: {
|
||||||
d.displayDate = new Date(layout_congrol.year,month)
|
d.displayDate = new Date(layout_congrol.year,month)
|
||||||
timer_delay_start.restart()
|
d.pageIndex = 0
|
||||||
}
|
|
||||||
Timer{
|
|
||||||
id:timer_delay_start
|
|
||||||
interval: 100
|
|
||||||
onTriggered: {
|
|
||||||
d.pageIndex = 0
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user