multitextor icon indicating copy to clipboard operation
multitextor copied to clipboard

The window should be initialized with the current size.

Open cmcpp opened this issue 2 years ago • 1 comments

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);

cmcpp avatar Dec 11 '23 03:12 cmcpp

Ok, let me think.

vikonix avatar Dec 11 '23 22:12 vikonix