-
-
Notifications
You must be signed in to change notification settings - Fork 79
Use overlay to show empty message #2567
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
Conversation
# Conflicts: # src/View/AbstractDirectoryView.vala
# Conflicts: # src/View/AbstractDirectoryView.vala
# Conflicts: # src/View/AbstractDirectoryView.vala
# Conflicts fixed: # src/View/AbstractDirectoryView.vala
zeebok
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good. I can give this some testing tomorrow when I get home if desired
|
@zeebok Thanks for the review! Practical testing by another person is always preferable if possible but there is no hurry. |
lenemter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #1224
Use an overlay in preference to using custom drawing or a stack so that user input and DnD still goes to view (except if dropped onto the empty label).
Custom drawing could probably still be done in Gtk4 using
SnapshotandPaintablefunctions but I would prefer to avoid this if possible.