Skip to content

Commit

Permalink
Fix swatch reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Apr 12, 2023
1 parent 14330f9 commit 9471eec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions armorlab/Sources/arm/App.hx
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ class App {
if (Context.inNodes()) { // Create RGB node
UINodes.inst.acceptSwatchDrag(dragSwatch);
}
else if (Context.inSwatches()) {
TabSwatches.acceptSwatchDrag(dragSwatch);
}
dragSwatch = null;
}
else if (dragFile != null) {
Expand Down

0 comments on commit 9471eec

Please sign in to comment.