You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the migration to GTK4, Enter/Leave procs were created, but they haven't been hooked up to do what they're supposed to to replicate GTK3 behavior. This causes things like shell tooltips to not work as these were previously handled by enter_notify_event handlers.
To Reproduce
Snippet 1, with the line shell.setToolTipText("any text"); added
Expected behavior
Shell tooltip is shown when mouse hovered on top of shell.
Environment:
Select the platform(s) on which the behavior is seen:
Linux
Additional OS info (e.g. OS version, Linux Desktop, etc)
Describe the bug
As part of the migration to GTK4, Enter/Leave procs were created, but they haven't been hooked up to do what they're supposed to to replicate GTK3 behavior. This causes things like shell tooltips to not work as these were previously handled by enter_notify_event handlers.
To Reproduce
Snippet 1, with the line
shell.setToolTipText("any text");
addedExpected behavior
Shell tooltip is shown when mouse hovered on top of shell.
Environment:
Tracked in #228
The text was updated successfully, but these errors were encountered: