summaryrefslogtreecommitdiff
path: root/editor/plugins/gradient_editor.cpp
AgeCommit message (Collapse)Author
2022-11-21Fix Gradient preview issuesVolTer
2022-11-14Fix clicking in gradient editorAle Camara
- When double-clicking on the gradient we should open the colour picker and create a colour key. - Instead, we were also evaluating the click further down producing the colour key to move around.
2022-11-02Unify usage of undo_redo in editorkobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵bruvzg
change warnings=all to use /W4.
2022-08-31Unite GradientEdit and GradientEditor as editor-only widgetYuri Sizov