mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-25 10:47:19 +01:00
DatePicker: display currently selected month when opening calendar
This commit is contained in:
parent
2946127ed7
commit
9ab104b38a
@ -252,6 +252,10 @@ Item {
|
|||||||
id: popup
|
id: popup
|
||||||
padding: 0
|
padding: 0
|
||||||
closePolicy: QtQuickControls2.Popup.CloseOnEscape | QtQuickControls2.Popup.CloseOnPressOutsideParent
|
closePolicy: QtQuickControls2.Popup.CloseOnEscape | QtQuickControls2.Popup.CloseOnPressOutsideParent
|
||||||
|
onOpened: {
|
||||||
|
calendar.visibleMonth = currentDate.getMonth();
|
||||||
|
calendar.visibleYear = currentDate.getFullYear();
|
||||||
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: calendarRect
|
id: calendarRect
|
||||||
|
Loading…
Reference in New Issue
Block a user