Terminal.Gui icon indicating copy to clipboard operation
Terminal.Gui copied to clipboard

Fixes #3702. Manipulating Adornment doesn't always cause LayoutSubviews.

Open BDisp opened this issue 1 year ago • 0 comments

Fixes

  • Fixes #3702

Proposed Changes/Todos

  • [x] Force layout at once before calculate all the subviews.

Pull Request checklist:

  • [x] I've named my PR in the form of "Fixes #issue. Terse description."
  • [x] My code follows the style guidelines of Terminal.Gui - if you use Visual Studio, hit CTRL-K-D to automatically reformat your files before committing.
  • [x] My code follows the Terminal.Gui library design guidelines
  • [x] I ran dotnet test before commit
  • [ ] I have made corresponding changes to the API documentation (using /// style comments)
  • [x] My changes generate no new warnings
  • [x] I have checked my code and corrected any poor grammar or misspellings
  • [x] I conducted basic QA to assure all features are working

BDisp avatar Aug 29 '24 17:08 BDisp