diff options
Diffstat (limited to 'chrome/views/controls/button/checkbox.cc')
-rw-r--r-- | chrome/views/controls/button/checkbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/controls/button/checkbox.cc b/chrome/views/controls/button/checkbox.cc index c5463de..b768037 100644 --- a/chrome/views/controls/button/checkbox.cc +++ b/chrome/views/controls/button/checkbox.cc @@ -66,7 +66,7 @@ void CheckBox::Layout() { int first_line_height = label_->GetFont().height(); hwnd_view_->SetBounds(0, ((first_line_height - kCheckBoxHeight) / 2) + 1, kCheckBoxWidth, kCheckBoxHeight); - hwnd_view_->UpdateHWNDBounds(); + hwnd_view_->Layout(); } } |