Skip to content

Fixes #3545. V1 Superview most focused view not sync with the overlapped view.#3550

Merged
tig merged 1 commit intogui-cs:developfrom
BDisp:v1_3545_focused-view-sync-fix
Jun 18, 2024
Merged

Fixes #3545. V1 Superview most focused view not sync with the overlapped view.#3550
tig merged 1 commit intogui-cs:developfrom
BDisp:v1_3545_focused-view-sync-fix

Conversation

@BDisp
Copy link
Copy Markdown
Collaborator

@BDisp BDisp commented Jun 17, 2024

Fixes

Proposed Changes/Todos

  • Calling EnsuresTopOnFront method on the Application.Begin.

Pull Request checklist:

  • I've named my PR in the form of "Fixes #issue. Terse description."
  • 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.
  • My code follows the Terminal.Gui library design guidelines
  • I ran dotnet test before commit
  • I have made corresponding changes to the API documentation (using /// style comments)
  • My changes generate no new warnings
  • I have checked my code and corrected any poor grammar or misspellings
  • I conducted basic QA to assure all features are working

@tig tig merged commit 6c0607d into gui-cs:develop Jun 18, 2024
@BDisp BDisp deleted the v1_3545_focused-view-sync-fix branch June 18, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When adding more than one Window + TextView together with a MenuBar, the displayed text changes to the text of the first added Window

2 participants