update scrollbars of the project dialog as the project list is filtered

pull/29/head
jmoenig 2016-12-01 12:34:48 +01:00
rodzic c9af72a665
commit dd51470239
2 zmienionych plików z 2 dodań i 0 usunięć

1
gui.js
Wyświetl plik

@ -5534,6 +5534,7 @@ ProjectDialogMorph.prototype.buildFilterField = function () {
myself.clearDetails();
myself.listField.buildListContents();
myself.fixListFieldItemColors();
myself.listField.adjustScrollBars();
myself.listField.scrollY(myself.listField.top());
myself.fixLayout();
};

Wyświetl plik

@ -3158,3 +3158,4 @@ http://snap.berkeley.edu/run#cloud:Username=jens&ProjectName=rotation
------
* GUI: fixed #1540
* Morphic, Blocks, GUI: Filter Project Names in the “open” dialog, thanks, Bernat!!
* GUI: update scrollbars of the project dialog as the project list is filtered