From: Stefan Csomor Date: Wed, 8 Jun 2011 23:02:25 +0000 (+0000) Subject: newstate already set X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/361937c786e10589c3aeef2999d9c77d1021825c newstate already set git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/checkbox_osx.cpp b/src/osx/checkbox_osx.cpp index cda4a37d2e..e45c547eab 100644 --- a/src/osx/checkbox_osx.cpp +++ b/src/osx/checkbox_osx.cpp @@ -89,7 +89,7 @@ bool wxCheckBox::OSXHandleClicked( double WXUNUSED(timestampsec) ) { wxCheckBoxState origState ; - newState = origState = Get3StateValue(); + origState = Get3StateValue(); switch (origState) {