Kaydet (Commit) 73f20bff authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wswitch

Change-Id: Ibe98acde990d5c9feb6c66455e1e82fa8232ac9e
üst ddfdd8f9
...@@ -246,6 +246,9 @@ bool FindTextFieldControl::PreNotify( NotifyEvent& rNEvt ) ...@@ -246,6 +246,9 @@ bool FindTextFieldControl::PreNotify( NotifyEvent& rNEvt )
case MouseNotifyEvent::GETFOCUS: case MouseNotifyEvent::GETFOCUS:
SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) ); SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) );
break; break;
default:
break;
} }
return nRet; return nRet;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment