Commit 1e047758 authored by Joel Martin's avatar Joel Martin

Merge pull request #249 from Medical-Insight/copy-rect-bytes

Set FBU.bytes to 1 in encHandlers.COPYRECT
parents 7c1cd937 9f554fcd
...@@ -1126,6 +1126,7 @@ encHandlers.COPYRECT = function display_copy_rect() { ...@@ -1126,6 +1126,7 @@ encHandlers.COPYRECT = function display_copy_rect() {
var old_x, old_y; var old_x, old_y;
FBU.bytes = 1;
if (ws.rQwait("COPYRECT", 4)) { return false; } if (ws.rQwait("COPYRECT", 4)) { return false; }
display.renderQ_push({ display.renderQ_push({
'type': 'copy', 'type': 'copy',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment