display: fix wrong assertion in gimp_display_shell_set_child
This commit is contained in:
parent
eb52c529ff
commit
0d3ea5f4f1
1 changed files with 1 additions and 1 deletions
|
|
@ -1437,7 +1437,7 @@ gimp_display_shell_push_overlay_inside_canvas (GimpDisplayShell *shell,
|
|||
gdouble tlx, tly, brx, bry;
|
||||
|
||||
g_return_if_fail (GIMP_IS_DISPLAY_SHELL (shell));
|
||||
g_return_if_fail (GTK_IS_WIDGET (shell));
|
||||
g_return_if_fail (GTK_IS_WIDGET (child));
|
||||
|
||||
ulimit = limits[0];
|
||||
rlimit = limits[1];
|
||||
|
|
|
|||
Loading…
Reference in a new issue