Bug 1072704 - Textarea resize handle remains unchanged, when border property is modified. r=jimm

This commit is contained in:
mycoolclub 2014-10-09 08:55:00 +02:00
Родитель fbe433c8e5
Коммит 63ad03e0f0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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