W10 double window fix (#13074)

Co-authored-by: Rodrigo Faselli <162915171+RF47@users.noreply.github.com>
This commit is contained in:
Ian Bassi
2026-04-20 19:27:38 -03:00
committed by GitHub
parent bfb70c598c
commit f70d30bf79
4 changed files with 38 additions and 5 deletions

View File

@@ -772,7 +772,7 @@ wxAuiToolBarItem* BBLTopbar::FindToolByCurrentPosition()
return this->FindToolByPosition(client_pos.x, client_pos.y);
}
#ifdef __WIN32__
#ifdef __WXMSW__
WXLRESULT CenteredTitle::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
{
switch (nMsg) {