Restore previous tool after color picking
This commit is contained in:
@@ -683,6 +683,7 @@ class UINodes {
|
||||
}
|
||||
|
||||
if (nodes.colorPickerCallback != null) {
|
||||
Context.colorPickerPreviousTool = Context.tool;
|
||||
Context.selectTool(ToolPicker);
|
||||
var tmp = nodes.colorPickerCallback;
|
||||
Context.colorPickerCallback = function(color: TSwatchColor) {
|
||||
|
||||
Reference in New Issue
Block a user