You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
[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.
Copy file name to clipboardExpand all lines: main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Gui/LicenseAcceptanceDialog.cs
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public LicenseAcceptanceDialog (LicenseAcceptanceViewModel viewModel)
0 commit comments