Update of /cvsroot/actionstep/actionstep/src/org/actionstep
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11795
Modified Files:
ASRootWindowView.as
Log Message:
added acceptsFirstMouse for window dragging, etc
Index: ASRootWindowView.as
===================================================================
RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASRootWindowView.as,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ASRootWindowView.as 19 Jul 2005 21:55:53 -0000 1.17
--- ASRootWindowView.as 20 Jul 2005 04:08:10 -0000 1.18
***************
*** 342,345 ****
--- 342,349 ----
}
+ public function acceptsFirstMouse(event:NSEvent) {
+ return true;
+ }
+
private function initializeBoundsMovieClip() {
if (m_window.swf() != undefined) {
|