fluid
fluid copied to clipboard
DateTimePicker selectedTime didn't update
Expected Behavior
Select new time and show new time
Current Behavior
Select new time but show initial time
Possible Solution
DateTimePicker.qml, line 283 original:
if (compareTime(picker.selectedDateTime, selectedTime)) {
update:
if (!compareTime(picker.selectedDateTime, selectedTime)) {
Environment
Include as many relevant details about the environment you experienced the bug in.
- Qt 5.12
- Windows 7
- Desktop