mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Merge pull request #264 from nathan/change-var-in-palette
Fixed changing variable name in set/change blocks in palette
This commit is contained in:
commit
5ca1bca79c
1 changed files with 0 additions and 1 deletions
|
@ -699,7 +699,6 @@ public class BlockMenus implements DragClient {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Scratch.app.setSaveNeeded();
|
Scratch.app.setSaveNeeded();
|
||||||
app.updatePalette();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ***** Color picker support *****
|
// ***** Color picker support *****
|
||||||
|
|
Loading…
Reference in a new issue