Sizing the font-size elements leave them disabled and not shown later on

This commit is contained in:
Magne Bratseth
2016-03-11 10:34:05 +01:00
parent bd55ce3bf5
commit 1c77772740

View File

@@ -2172,7 +2172,7 @@ TODOS
// var elems = $('.tool_button, .push_button, .tool_button_current, .disabled, .icon_label, #url_notice, #tool_open');
var sel_toscale = '#tools_top .toolset, #editor_panel > *, #history_panel > *,'+
' #main_button, #tools_left > *, #path_node_panel > *, #multiselected_panel > *,'+
' #g_panel > *, #tool_font_size > *, .tools_flyout';
' #g_panel > *, .tools_flyout';
var elems = $(sel_toscale);
var scale = 1;