| Index: views/controls/button/native_button_win.cc
|
| ===================================================================
|
| --- views/controls/button/native_button_win.cc (revision 19470)
|
| +++ views/controls/button/native_button_win.cc (working copy)
|
| @@ -97,10 +97,6 @@
|
| return enter_pressed;
|
| }
|
|
|
| -bool NativeButtonWin::NotifyOnKeyDown() const {
|
| - return true;
|
| -}
|
| -
|
| void NativeButtonWin::CreateNativeControl() {
|
| DWORD flags = WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | BS_PUSHBUTTON;
|
| if (native_button_->is_default())
|
|
|
| Property changes on: views\controls\button\native_button_win.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|