This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Commit c0032c8
committed
[NuGet] Switch back to native toolkit to display license dialog
Use Xwt.Toolkit.NativeEngine to show the License Acceptance dialog.
Briefly switched to not using this because complicated license
expressions cannot have their hyperlinks clicked. However these
do not seem to be used in practice. The native version fixes
odd tearing of the list view in the UI, also the list scrolling
to the end, and not being able to resize the UI without displaying
it first.
Downside to this change is that hyperlinks in complicated license
expressions cannot be clicked since this is not supported by
XWT's Xamarin.Mac implementation of the Label.1 parent 8de3648 commit c0032c8
File tree
2 files changed
+22
-5
lines changed- main/src/addins/MonoDevelop.PackageManagement
- MonoDevelop.PackageManagement.Gui
- MonoDevelop.PackageManagement
2 files changed
+22
-5
lines changedLines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
110 | 127 | | |
111 | 128 | | |
112 | 129 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments