Skip to content

Commit 8976182

Browse files
committed
Force preview to always appear in front of image display
1 parent 5eca621 commit 8976182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

objects/objPreview/Create_0.gml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ foreground_sprite = -1;
66
selected_sprite = -1;
77
preview_size = objButtonGenerator.target_size;
88
preview_surface = -1;
9-
mask_surface = -1;
9+
mask_surface = -1;
10+
depth = objImageDisplay.depth-1;

0 commit comments

Comments
 (0)