kopia lustrzana https://github.com/backface/turtlestitch
fixed the paletteHandle for the unified palette
rodzic
6dd99d37e7
commit
7abc954e76
|
@ -16,6 +16,7 @@
|
|||
|
||||
### 2021-07-03
|
||||
* objects: arranged the blocks in the unified palette column-wise
|
||||
* gui: fixed the paletteHandle for the unified palette
|
||||
|
||||
### 2021-07-02
|
||||
* gui, object, store, etc.: unified blocks palette option, thanks, Michael!
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<script src="src/threads.js?version=2021-06-24"></script>
|
||||
<script src="src/objects.js?version=2021-07-03"></script>
|
||||
<script src="src/scenes.js?version=2021-07-02"></script>
|
||||
<script src="src/gui.js?version=2021-07-02"></script>
|
||||
<script src="src/gui.js?version=2021-07-03"></script>
|
||||
<script src="src/paint.js?version=2020-05-17"></script>
|
||||
<script src="src/lists.js?version=2021-03-15"></script>
|
||||
<script src="src/byob.js?version=2021-06-24"></script>
|
||||
|
|
|
@ -83,7 +83,7 @@ Animation, BoxMorph, BlockDialogMorph, Project, ZERO, BLACK*/
|
|||
|
||||
// Global stuff ////////////////////////////////////////////////////////
|
||||
|
||||
modules.gui = '2021-July-02';
|
||||
modules.gui = '2021-July-03';
|
||||
|
||||
// Declarations
|
||||
|
||||
|
@ -6039,6 +6039,7 @@ IDE_Morph.prototype.toggleUnifiedPalette = function () {
|
|||
}
|
||||
|
||||
this.createCategories();
|
||||
this.createPaletteHandle();
|
||||
this.categories.fixLayout();
|
||||
this.fixLayout();
|
||||
this.flushBlocksCache();
|
||||
|
|
Ładowanie…
Reference in New Issue