From: Richard K. <ric...@us...> - 2005-07-18 01:42:29
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7191 Modified Files: NSApplication.as Log Message: move makeKeyAndOrderFront on left mouse down into NSWindow Index: NSApplication.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSApplication.as,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** NSApplication.as 17 Jul 2005 00:50:39 -0000 1.25 --- NSApplication.as 18 Jul 2005 01:42:19 -0000 1.26 *************** *** 171,177 **** //! What else to do here? try { - if (event.type == NSEvent.NSLeftMouseDown) { - m_currentEvent.window.makeKeyAndOrderFront(); - } m_currentEvent.window.sendEvent(m_currentEvent); } catch (e:Error) { --- 171,174 ---- |