fluid icon indicating copy to clipboard operation
fluid copied to clipboard

DateTimePicker selectedTime didn't update

Open wzzaz opened this issue 7 years ago • 0 comments

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

wzzaz avatar Apr 29 '19 09:04 wzzaz