-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit ae76432
Update library dependency installation dialog response indexes
Arduino libraries may specify dependencies on other libraries in their metadata. The installation of these dependencies
is offered by the Arduino IDE when the user installs the dependent library using the Library Manager widget.
The order of the buttons in the dialog that offers the dependencies installation was recently rearranged. The dialog
response interpretation code was not updated to reflect the changes to the button indexes at that time. This caused the
"CANCEL" button to trigger the behavior expected from the "INSTALL ALL" button, and vice versa.
The library dependencies installation dialog response interpretation code is hereby updated to use the new button
indexes.1 parent 40807db commit ae76432
File tree
1 file changed
+4
-4
lines changed- arduino-ide-extension/src/browser/library
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 | - | ||
143 | - | ||
144 | - | ||
145 | - | ||
142 | + | ||
146 | 143 |
| |
147 | 144 |
| |
145 | + | ||
146 | + | ||
147 | + | ||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
|
0 commit comments