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

Hotfix for DateTimePicker/TimePicker #2710

Merged
merged 4 commits into from
Oct 24, 2016

Commits on Oct 23, 2016

  1. Add changes from @xxMUROxx

      - Binding should now work correctly in both directions
      - [Fix] Issue where clearing text does not immediately set value to ""
      - Add Unit-Test for DateTimePicker
      - [Fix] Issue where Hour 0 is not shown when using 24h clock
      - [Fix] Issue where Binding issues on DateTimePicker/TimePicker are shown on the output window
      - [Fix] Change DateTimePicker.SelectedDate to BindsTwoWayByDefault. The reason is that we do not have to use Mode=TwoWay explicit, and DatePicker.SelectedDate has BindsTwoWayByDefault too.
    punker76 committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    952d4d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. [Fix] Failing Unit Test in PR #2710 (#2711)

    Michael Mairegger authored and punker76 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    1e5d9cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8254c26 View commit details
    Browse the repository at this point in the history
  3. Add changes to 1.4.0.md

    punker76 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    7145c4b View commit details
    Browse the repository at this point in the history