From: Robin Dunn Date: Thu, 23 Sep 2004 23:06:03 +0000 (+0000) Subject: added missing default case X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f47669009f9519f55a5ce1eae92a3d29a88a3aa added missing default case git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index bf8a3832e0..d85ecefb7a 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -836,6 +836,8 @@ subsizer. Returns True if the item was found.", ""); return self->Show(info.sizer, show, recursive); else if ( info.gotPos ) return self->Show(info.pos, show); + else + return false; } DocAStr(IsShown,