From 86a37794ff323ea540505c5e3af6e2dbca83943a Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Fri, 14 Jan 2000 22:57:03 +0000 Subject: [PATCH] SN: Added a 'wxDefaultValidator' where it seems to be needed after a change to CreateControl-API git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/toolbar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os2/toolbar.cpp b/src/os2/toolbar.cpp index fcdc62b7aa..03734d30b4 100644 --- a/src/os2/toolbar.cpp +++ b/src/os2/toolbar.cpp @@ -187,6 +187,7 @@ bool wxToolBar::Create( ,rPos ,rSize ,lStyle + , wxDefaultValidator ,rName )) return(FALSE); -- 2.45.2