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:
@@ -751,7 +751,7 @@ span.zoom_tool {
|
|||||||
|
|
||||||
|
|
||||||
#svg_editor #tools_bottom_3 {
|
#svg_editor #tools_bottom_3 {
|
||||||
position: relative;
|
// position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5836,6 +5836,10 @@ function BatchCommand(text) {
|
|||||||
if (extensions["Arrows"]) call("unsetarrownonce") ;
|
if (extensions["Arrows"]) call("unsetarrownonce") ;
|
||||||
} else {
|
} else {
|
||||||
randomize_ids = true;
|
randomize_ids = true;
|
||||||
|
if (!svgcontent.getAttributeNS(se_ns, 'nonce')) {
|
||||||
|
svgcontent.setAttributeNS(se_ns, 'se:nonce', nonce);
|
||||||
|
if (extensions["Arrows"]) call("setarrownonce", nonce) ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user