ppescher / resizablelib

A set of MFC classes to easily make resizable windows
Other
55 stars 27 forks source link

allow initial state SW_HIDE #32

Open adipose opened 5 days ago

adipose commented 5 days ago

First proposed patch. This is used to allow resizelib to work with an initially hidden dialog.

In 2014, wp.showCmd = SW_SHOWNORMAL did not exist, but it still showed the dialog initially.

In order to work with latest code, I put that into an else-block so it doesn't override SW_HIDE.