Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateTimePicker selectedTime didn't update #287

Open
wzzaz opened this issue Apr 29, 2019 · 0 comments
Open

DateTimePicker selectedTime didn't update #287

wzzaz opened this issue Apr 29, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@wzzaz
Copy link

wzzaz commented Apr 29, 2019

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
@plfiorini plfiorini self-assigned this Apr 29, 2019
@plfiorini plfiorini added the bug Something isn't working label Apr 29, 2019
@plfiorini plfiorini added this to the 1.2.0 milestone Apr 29, 2019
@plfiorini plfiorini modified the milestones: 1.2.0, Post 1.0 Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants