Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #74 from pgiraud/editing2
Browse files Browse the repository at this point in the history
Remove the loading cursor when not canceling a modification
  • Loading branch information
Pierre GIRAUD committed Apr 11, 2012
2 parents 54bd3f8 + 58d8910 commit 96f2c0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/script/CGXP/plugins/Editing.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ cgxp.plugins.Editing = Ext.extend(gxp.plugins.Tool, {
fn: function(button) {
if(button === "yes") {
doRead.call(this, options);
} else {
// we need to reset the cursor manually
OpenLayers.Element.removeClass(self.map.viewPortDiv, "olCursorWait");
}
},
scope: this
Expand Down

0 comments on commit 96f2c0b

Please sign in to comment.