This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NuGet] Fix file license dialog scrollbar not always enabled
When the loading of the file license text happens after the dialog has been displayed the vertical scrollbar for the rich text view would not be enabled unless the dialog was resized by the user. This seems to happen only when using the native toolkit with XWT. To workaround this the dialog's OnReallocate method is called when the license text is loaded after the dialog is shown. This enables the vertical scrollbar if the license text is too long to be displayed.
- Loading branch information