X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=blobdiff_plain;f=xulapp%2Fchrome%2Fmandelbrot%2Fcontent%2Fimage-settings.js;h=a025bde548cc0fd4d815a3e7ced8ff9ecc78e4f6;hp=3b1943420bc4cb49c802e708ab8eb55366e606bb;hb=ae37e95ae30b1049ab4bd8b07e6efcf8fd014ce3;hpb=e9524eacee04f8fe09436329ae0bcf9819389c67;ds=sidebyside diff --git a/xulapp/chrome/mandelbrot/content/image-settings.js b/xulapp/chrome/mandelbrot/content/image-settings.js index 3b19434..a025bde 100644 --- a/xulapp/chrome/mandelbrot/content/image-settings.js +++ b/xulapp/chrome/mandelbrot/content/image-settings.js @@ -40,6 +40,8 @@ var gColorPalette = []; function initSettings() { recalcCoord('Cr', 'scale'); recalcCoord('Ci', 'scale'); + if (!window.opener) + window.getButton('extra1').disabled = true; } function drawPreview() { @@ -134,4 +136,9 @@ function checkProportions() { function roundCoord(floatval) { // We should round to 10 decimals here or so return floatval; +} + +function callDrawImage() { + window.opener.drawImage(); + window.close(); } \ No newline at end of file