Author: vdegtyarev
Date: Thu Oct 6 09:02:48 2016
New Revision: 1763528
URL: http://svn.apache.org/viewvc?rev=1763528&view=rev
Log:
OPENMEETINGS-1475 is fixed. Select an object works as expected.
Modified:
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/tools/baseDrawPointer.lzx
Modified:
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/tools/baseDrawPointer.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/tools/baseDrawPointer.lzx?rev=1763528&r1=1763527&r2=1763528&view=diff
==============================================================================
---
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/tools/baseDrawPointer.lzx
(original)
+++
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/base/tools/baseDrawPointer.lzx
Thu Oct 6 09:02:48 2016
@@ -62,7 +62,6 @@
actionObject[5] = width;//-3
actionObject[6] = height;//-2
actionObject[7] = newName;//-1
- this.baseactionobjectList.push(actionObject);
this.onsharedMessage('draw',actionObject);
this.drawPointerToHistory(actionObject,this);
</method>