@@ -5,7 +5,7 @@
|
|||||||
#define APP_GENER 0
|
#define APP_GENER 0
|
||||||
#define APP_MAJOR 0
|
#define APP_MAJOR 0
|
||||||
#define APP_MINOR 107
|
#define APP_MINOR 107
|
||||||
#define APP_PATCH 0
|
#define APP_PATCH 1
|
||||||
#define APP_VER_STRING APP_GENER.APP_MAJOR.APP_MINOR.APP_PATCH
|
#define APP_VER_STRING APP_GENER.APP_MAJOR.APP_MINOR.APP_PATCH
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3917,7 +3917,7 @@ static BOOL Grid_OnGetSel(INT iItem)
|
|||||||
static VOID Grid_OnResetContent(VOID)
|
static VOID Grid_OnResetContent(VOID)
|
||||||
{
|
{
|
||||||
ListBox_ResetContent(g_lpInst->hwndListMap);
|
ListBox_ResetContent(g_lpInst->hwndListMap);
|
||||||
|
g_lpInst->lpCurrent = NULL;
|
||||||
if (NULL != g_lpInst->hwndCtl1)
|
if (NULL != g_lpInst->hwndCtl1)
|
||||||
{
|
{
|
||||||
DestroyWindow(g_lpInst->hwndCtl1);
|
DestroyWindow(g_lpInst->hwndCtl1);
|
||||||
|
|||||||
Reference in New Issue
Block a user