warning cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2108,7 +2108,7 @@ static void TPRedrawFocusOutline(STPTextPaneVars *varsp) {
|
||||
|
||||
// update TXN focus state
|
||||
static void TPFocusPaneText(STPTextPaneVars *varsp, Boolean setFocus) {
|
||||
wxTextCtrl* textctrl = (wxTextCtrl*) GetControlReference(varsp->fUserPaneRec);
|
||||
/* wxTextCtrl* textctrl = (wxTextCtrl*) GetControlReference(varsp->fUserPaneRec); */
|
||||
|
||||
if (varsp->fInFocus != setFocus /*&& textctrl->MacIsReallyShown() */ ) {
|
||||
varsp->fInFocus = setFocus;
|
||||
|
Reference in New Issue
Block a user