improve sliders and remove slider cursor, fix stroke preview

This commit is contained in:
2017-03-25 11:04:44 +00:00
parent 52a5e3a408
commit 4da0c3696a
4 changed files with 92 additions and 128 deletions

View File

@@ -431,7 +431,6 @@ void Node::load_internal(const tinyxml2::XMLElement* x_node)
CASE(kWidget::TextInput, NodeTextInput);
CASE(kWidget::Button , NodeButton);
CASE(kWidget::ButtonCustom, NodeButtonCustom);
CASE(kWidget::SliderCursor, NodeSliderCursor);
CASE(kWidget::SliderH, NodeSliderH);
CASE(kWidget::SliderV, NodeSliderV);
CASE(kWidget::SliderHue, NodeSliderHue);