[Win32gui-code] [bug 1.6.7-19] DialogBoxParam problem
Status: Beta
Brought to you by:
jtorjo
From: Dmitry P. <dm...@pa...> - 2005-11-16 18:52:18
|
In the window/dialog.hpp there is a call to the DialogBoxParam with incorrect HINSTANCE parameter (NULL). I guess there should be the same code as before the CreateDialogParam procedure: if (create_params.instance() == NULL) { resource res_info(id); create_params.instance(res_info.instance(RT_DIALOG)); } Because of this missing code there are several drawing issues with some dialog controls. Dmitry |