зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1208906 - Fix a conditional statement in nsNativeThemeWin::GetThemePartAndState; r=roc
Found by Viva64.
This commit is contained in:
Родитель
ed270af4ab
Коммит
8258e311c6
|
@ -921,7 +921,7 @@ nsNativeThemeWin::GetThemePartAndState(nsIFrame* aFrame, uint8_t aWidgetType,
|
|||
} else {
|
||||
if (GetCheckedOrSelected(aFrame, !isCheckbox)) {
|
||||
inputState = CHECKED;
|
||||
} if (isCheckbox && GetIndeterminate(aFrame)) {
|
||||
} else (isCheckbox && GetIndeterminate(aFrame)) {
|
||||
inputState = INDETERMINATE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче