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

Set FBU.bytes to 1 in encHandlers.COPYRECT
This commit is contained in:
Joel Martin 2013-04-16 11:18:23 -07:00
commit 1e04775831
1 changed files with 1 additions and 0 deletions

View File

@ -1126,6 +1126,7 @@ encHandlers.COPYRECT = function display_copy_rect() {
var old_x, old_y;
FBU.bytes = 1;
if (ws.rQwait("COPYRECT", 4)) { return false; }
display.renderQ_push({
'type': 'copy',