indentation fixes
This commit is contained in:
@@ -1978,9 +1978,9 @@ void wxTextCtrl::OnChar(wxKeyEvent& event)
|
||||
InitCommandEvent(evt);
|
||||
evt.SetString(GetValue());
|
||||
if ( HandleWindowEvent(evt) )
|
||||
if ( !HasFlag(wxTE_MULTILINE) )
|
||||
return;
|
||||
//else: multiline controls need Enter for themselves
|
||||
if ( !HasFlag(wxTE_MULTILINE) )
|
||||
return;
|
||||
//else: multiline controls need Enter for themselves
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user