Handle geometry change correctly
This makes sure that the button is properly prelighted when rotating it underneath the pointer by using keynav on the scale.
This commit is contained in:
parent
d22b79f1b6
commit
45d6752a3c
@ -366,7 +366,7 @@ gtk_rotated_bin_set_angle (GtkRotatedBin *bin,
|
||||
bin->angle = angle;
|
||||
gtk_widget_queue_resize (GTK_WIDGET (bin));
|
||||
|
||||
/* TODO: Really needs to resent pointer events if over the rotated window */
|
||||
gdk_window_geometry_changed (bin->offscreen_window);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user