File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ export component SortView inherits HorizontalBox {
119119 selected.source-clip-width = new_clip_width_zoom;
120120 selected.source-clip-height = new_clip_height_zoom;
121121
122- debug ("clip: " + selected.source-clip-x + " " + selected.source-clip-y + " " + selected.source-clip-width + " " + selected.source-clip-height);
123- debug ("width/height: " + selected.width / 1px + " " + selected.height / 1px + " initial: " + selected.source.width + " " + selected.source.height);
124122 selected.source-clip-width = min (selected.source.width, new_clip_width_zoom);
125123 selected.source-clip-height = min (selected.source.height, new_clip_height_zoom);
126124 selected.source-clip-x = max (0 , min(selected.source-clip-x, selected.source.width - selected.source-clip-width));
You can’t perform that action at this time.
0 commit comments