File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
sources/net.sf.j2s.java.core/src/swingjs/plaf Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -793,8 +793,6 @@ protected void setMenuItem(DOMNode node) {
793793 * Set j2sApplet to capture jQuery mouse events and turn them into Java MouseEvents.
794794 * Used by JSFrameUI and JTextArea to indicate that it is to be the "currentTarget" for mouse
795795 * clicks.
796- * @param node
797- * @param isFrame
798796 */
799797 protected void setJ2sMouseHandler () {
800798 // The DOM attributes applet and _frameViewer are necessary for proper
@@ -2688,6 +2686,7 @@ public void updateCursorImmediately() {
26882686 setHTMLElement ();
26892687 String curs = JSToolkit .getCursorName (c .getCursor ());
26902688 DOMNode .setStyles (outerNode , "cursor" , curs );
2689+ DOMNode .setStyles (domNode , "cursor" , curs );
26912690 setWaitImage (curs == "wait" );
26922691 }
26932692
You can’t perform that action at this time.
0 commit comments