Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The window should be initialized with the current size. #23

Open
cmcpp opened this issue Dec 11, 2023 · 1 comment
Open

The window should be initialized with the current size. #23

cmcpp opened this issue Dec 11, 2023 · 1 comment

Comments

@cmcpp
Copy link

cmcpp commented Dec 11, 2023

The window should be initialized with the current size, in the Windows version.

return SetSize(m_saveInfo.dwMaximumWindowSize.X, m_saveInfo.dwMaximumWindowSize.Y);
==>
return SetSize(m_saveInfo.srWindow.Right + 1, m_saveInfo.srWindow.Bottom + 1);

@vikonix
Copy link
Owner

vikonix commented Dec 11, 2023

Ok, let me think.

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

No branches or pull requests

2 participants