(limit zoom blocks slider to 5x). Jesus.
pull/89/head
jmoenig 2019-04-10 10:53:04 +02:00
rodzic ed8c9b4575
commit 06d3ec1e55
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -71,6 +71,7 @@
* Objects: took out MAP and FOREACH primitives (available in dev mode)
* Objects: fixed #2371 (playing sounds in the stage)
* GUI: fixed #2367 (changing project source after exporting to disk)
* GUI: fixed #2373 (limit zoom blocks slider to 5x)
### 2019-04-09
* Blocks, Objects, Threads: new "getImageAttribute" reporter primitive

Wyświetl plik

@ -5305,7 +5305,7 @@ IDE_Morph.prototype.userSetBlocksScale = function () {
false, // read only?
true, // numeric
1, // slider min
12, // slider max
5, // slider max
action // slider action
);
};