зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1072704 - Textarea resize handle remains unchanged, when border property is modified. r=jimm
This commit is contained in:
Родитель
fbe433c8e5
Коммит
63ad03e0f0
|
@ -2600,6 +2600,9 @@ nsNativeThemeWin::ThemeSupportsWidget(nsPresContext* aPresContext,
|
|||
theme = GetTheme(NS_THEME_RADIO);
|
||||
else
|
||||
theme = GetTheme(aWidgetType);
|
||||
|
||||
if (theme && aWidgetType == NS_THEME_RESIZER)
|
||||
return true;
|
||||
|
||||
if ((theme) || (!theme && ClassicThemeSupportsWidget(aPresContext, aFrame, aWidgetType)))
|
||||
// turn off theming for some HTML widgets styled by the page
|
||||
|
|
Загрузка…
Ссылка в новой задаче