mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision fa6a5d87 (#499098)
This commit is contained in:
@@ -26,8 +26,7 @@ CefRefPtr<CefBasicLabelButtonImpl> CefBasicLabelButtonImpl::Create(
|
||||
if (!text.empty())
|
||||
label_button->SetText(text);
|
||||
if (with_frame) {
|
||||
label_button->root_view()->SetStyleDeprecated(
|
||||
views::CustomButton::STYLE_BUTTON);
|
||||
label_button->root_view()->SetStyleDeprecated(views::Button::STYLE_BUTTON);
|
||||
}
|
||||
return label_button;
|
||||
}
|
||||
|
Reference in New Issue
Block a user