Skip to content

Commit d9c1c91

Browse files
authored
Add NXT on component selection page (#1881)
* Add NXT on component selection page * Add tests for NXT Closes #1877
1 parent 167dba5 commit d9c1c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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

installer/trik_studio_installscript.qs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Controller.prototype.StartMenuDirectoryPageCallback = function() {
2727
Controller.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");

0 commit comments

Comments
 (0)