Skip to content

Commit bf73a7b

Browse files
committed
Fix DFL-3678: Always display grid for paint area overlay.
1 parent a81a32c commit bf73a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profiler/profiler_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ var ProfilerView = function(id, name, container_class, html, default_handler)
392392
y: area.y,
393393
w: area.w,
394394
h: area.h,
395-
grid_color: event.shiftKey ? [255, 0, 0, 255] : null
395+
grid_color: [255, 0, 0, 255]
396396
};
397397

398398
if (window.services["profiler"].satisfies_version(1, 1))

0 commit comments

Comments
 (0)