From 242d339bc67ef51506694765ad68b6db1c150fe1 Mon Sep 17 00:00:00 2001 From: Denis Zgonjanin Date: Tue, 11 May 2010 16:08:47 +0000 Subject: [PATCH] Fixed Issue 123 Fixed issue with whiteboard flooding the server with large calls when the user holds down the mouse for too long in order to draw a really long shape git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4295 af16638f-c34d-0410-8cfa-b39d5352b314 --- .../highlighter/views/HighlighterCanvas.mxml | 53 +++++++++++++------ .../highlighter/views/HighlighterToolbar.mxml | 29 +++++----- 2 files changed, 49 insertions(+), 33 deletions(-) diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/highlighter/views/HighlighterCanvas.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/highlighter/views/HighlighterCanvas.mxml index ed506689ba..dab3b7bdfc 100644 --- a/bigbluebutton-client/src/org/bigbluebutton/modules/highlighter/views/HighlighterCanvas.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/highlighter/views/HighlighterCanvas.mxml @@ -4,21 +4,21 @@ mouseOver="setCursor()" mouseOut="removeCursor()" implements="org.bigbluebutton.common.IBbbCanvas">