draw guides over the grid.

2005-09-02  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-callbacks.c
	(gimp_display_shell_canvas_expose): draw guides over the grid.
This commit is contained in:
Sven Neumann 2005-09-02 16:26:56 +00:00 committed by Sven Neumann
parent 93c5843f00
commit c482da6774
2 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,13 @@
2005-09-02 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell-callbacks.c
(gimp_display_shell_canvas_expose): draw guides over the grid.
2005-09-02 Michael Natterer <mitch@gimp.org>
* tools/test-clipboard.c (test_clipboard_copy_callback): don't
quit the main loop after transferring the data to GTK, it needs a
running main loop to get the chunks tranferred to X.
running main loop to get the chunks transferred to X.
2005-09-02 Sven Neumann <sven@gimp.org>

View File

@ -412,12 +412,12 @@ gimp_display_shell_canvas_expose (GtkWidget *widget,
/* draw the transform tool preview */
gimp_display_shell_preview_transform (shell);
/* draw the guides */
gimp_display_shell_draw_guides (shell);
/* draw the grid */
gimp_display_shell_draw_grid (shell, &eevent->area);
/* draw the guides */
gimp_display_shell_draw_guides (shell);
/* draw the sample points */
gimp_display_shell_draw_sample_points (shell);