зеркало из https://github.com/mozilla/gecko-dev.git
Fixed getting state of 'noshade' attribute in Horizontal Lind Dialog. b=142784, r=brade, sr=hewitt
This commit is contained in:
Родитель
58183d683b
Коммит
0751fbc32a
|
@ -103,7 +103,7 @@ function InitDialog()
|
|||
gDialog.alignGroup.selectedItem = gDialog.leftAlign;
|
||||
}
|
||||
|
||||
gDialog.shading.checked = globalElement.hasAttribute("noshade");
|
||||
gDialog.shading.checked = !globalElement.hasAttribute("noshade");
|
||||
}
|
||||
|
||||
function onSaveDefault()
|
||||
|
|
Загрузка…
Ссылка в новой задаче