Change demo to not try to drop the table when it thinks it is creating it for the first time - per Paul Gammans
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1157,7 +1157,7 @@ bool CeditorDlg::Initialize()
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
wxGetApp().CreateDataTable(TRUE);
|
wxGetApp().CreateDataTable(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tables must be "opened" before anything other than creating/deleting table can be done
|
// Tables must be "opened" before anything other than creating/deleting table can be done
|
||||||
|
Reference in New Issue
Block a user