-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install to c:\openstudio (windows only)
- Loading branch information
1 parent
50f5b28
commit 51f0ef1
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,8 @@ Controller.prototype.ComponentSelectionPageCallback = function () { | |
} | ||
|
||
Controller.prototype.TargetDirectoryPageCallback = function () { | ||
var widget = gui.currentPageWidget(); | ||
widget.TargetDirectoryLineEdit.setText("c:\\openstudio") | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
macumber
Contributor
|
||
gui.clickButton(buttons.NextButton); | ||
} | ||
|
||
|
2 comments
on commit 51f0ef1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @nllong, that does break the ci.
look like this got ripped out in the last couple days. Was this on purpose?