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:
Matthias Clasen 2009-08-31 19:41:09 -04:00
parent d22b79f1b6
commit 45d6752a3c

View File

@ -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