Fix a noncy bug.

Fix a bug where the fill panel would not appear.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1500 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jacques Distler
2010-04-02 05:09:32 +00:00
parent 6f0ae62430
commit b4d10c41c3
2 changed files with 5 additions and 1 deletions

View File

@@ -751,7 +751,7 @@ span.zoom_tool {
#svg_editor #tools_bottom_3 {
position: relative;
// position: relative;
z-index: 2;
}

View File

@@ -5836,6 +5836,10 @@ function BatchCommand(text) {
if (extensions["Arrows"]) call("unsetarrownonce") ;
} else {
randomize_ids = true;
if (!svgcontent.getAttributeNS(se_ns, 'nonce')) {
svgcontent.setAttributeNS(se_ns, 'se:nonce', nonce);
if (extensions["Arrows"]) call("setarrownonce", nonce) ;
}
}
}