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

Gtk: Fix DateTimePicker dropdown in dialog #1856

Merged

Conversation

cwensley
Copy link
Member

Fixes issues with DateTimePicker on Gtk platform when used in a Dialog.

In Gtk, calling Close() or Destroy() on the popup window didn't actually hide it while a Dialog is shown, so we call Hide() first. Also fixed some issues to remove the event handlers after the dialog is closed, and to ensure that the popup is usable.

Fixes #1818
Fixes #1816

@cwensley cwensley merged commit 09507a4 into picoe:develop Dec 29, 2020
@cwensley cwensley added this to the 2.5.9 milestone Dec 29, 2020
@cwensley cwensley added the bug label Jan 1, 2021
@cwensley cwensley deleted the curtis/gtk-datetimepicker-dropdown-in-dialog branch March 6, 2023 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eto.Gtk DateTimePicker drop-down dialog fails to close and loses parent connection.
2 participants