From: Richard Fairhurst Date: Mon, 14 Jun 2010 14:12:08 +0000 (+0000) Subject: put the cursor in the right place X-Git-Tag: 0.5~397 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/94b3286f2797bbdea4d16bad10fcf129426dac69 put the cursor in the right place --- diff --git a/net/systemeD/potlatch2/EditController.as b/net/systemeD/potlatch2/EditController.as index be7aa434..9591f751 100644 --- a/net/systemeD/potlatch2/EditController.as +++ b/net/systemeD/potlatch2/EditController.as @@ -112,7 +112,7 @@ package net.systemeD.potlatch2 { public function setCursor(cursor:Class):void { CursorManager.removeAllCursors(); - if (cursor) { CursorManager.setCursor(cursor); } + if (cursor) { CursorManager.setCursor(cursor,2,-4,0); } } }