File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9999
100100 - name : Downloads minimal tests for Diagram mode
101101 run : |
102- curl --output tests.7z "https://dl.trikset.com/edu/.solutions20200701/testing_small .7z"
102+ curl --output tests.7z "https://dl.trikset.com/edu/.solutions20200701/testing_small_with_nxt .7z"
103103 7z x tests.7z || 7za x tests.7z
104104
105105 - name : Prepare environment variable
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Controller.prototype.StartMenuDirectoryPageCallback = function() {
2727Controller . prototype . ComponentSelectionPageCallback = function ( ) {
2828 var widget = gui . currentPageWidget ( ) ;
2929
30- // widget.deselectAll ();
30+ widget . selectAll ( ) ;
3131
3232// widget.selectComponent("ru.qreal.root.trik");
3333// widget.selectComponent("ru.qreal.root.trik.core");
You can’t perform that action at this time.
0 commit comments