Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Aug 13, 2023
1 parent d162923 commit c592ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmic_stdlib.gmic
Original file line number Diff line number Diff line change
Expand Up @@ -2002,6 +2002,7 @@ _display :
# Generate canvas view.
if !0$canvas_base
rmn canvas_label_title,canvas_label_coords
canvas_width,canvas_height=$window_width,{$window_height-$thumb_height2}

# For 3D volumetric images.
if {$selected,d>1}
Expand All @@ -2026,7 +2027,6 @@ _display :

# For 2D images.
else
canvas_width,canvas_height=$window_width,{$window_height-$thumb_height2}

# Render checkerboard background.
if {canvas_checkerboard,[w,h]!=[$canvas_width,$canvas_height]}
Expand Down

0 comments on commit c592ca6

Please sign in to comment.