зеркало из https://github.com/mozilla/pjs.git
Fix 239393 - Set as wallpaper preview is broken (regression caused from Ben's winhooks landing).
This commit is contained in:
Родитель
1ba588df8f
Коммит
26ec7e821b
|
@ -141,9 +141,9 @@
|
|||
|
||||
function onPositionChange(val) {
|
||||
gMode = parseInt(val);
|
||||
if (gMode == ISS.WALLPAPER_TILE)
|
||||
if (gMode == ISS.BACKGROUND_TILE)
|
||||
tileImage();
|
||||
else if (gMode == ISS.WALLPAPER_STRETCH)
|
||||
else if (gMode == ISS.BACKGROUND_STRETCH)
|
||||
stretchImage();
|
||||
else
|
||||
centerImage();
|
||||
|
|
Загрузка…
Ссылка в новой задаче