Added option to set column count on dropdown lists, set marker columns to be 3 wide, fixed bug occuring on open path creation
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1588 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -821,6 +821,10 @@
|
||||
|
||||
var list = $('<ul id="' + tool.id + '_opts"></ul>').appendTo('#option_lists');
|
||||
|
||||
if(tool.colnum) {
|
||||
list.addClass('optcols' + tool.colnum);
|
||||
}
|
||||
|
||||
// Creates the tool, hides & adds it, returns the select element
|
||||
var dropdown = $(html).appendTo(panel).children();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user