Changeset 68:59c9abfca68e


Ignore:
Timestamp:
Jun 9, 2008, 12:20:42 AM (16 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Make canvas printable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/Application.js

    r66 r68  
    17651765        },
    17661766       
    1767         drawCB : function(ev)
     1767        drawAll : function(ev)
    17681768        {
    17691769            var canvas = this.canvas;
     1770           
     1771            canvas.setPrintable(true);
    17701772           
    17711773            var pname = this.guiParameter.getValue();
     
    19631965            canvas.paint();
    19641966        },
     1967
     1968        drawCB : function(ev)
     1969        {
     1970            this.drawAll();
     1971        },
    19651972       
    19661973        renderPlotTab : function()
     
    21512158                favorite.color = color;
    21522159                this.updateLegendListView();
     2160                this.drawAll();
    21532161            }, this);
    21542162   
     
    25702578                    this.prefs.dims = this.getWindowDimensions();
    25712579                }
    2572                 this.drawCB();
     2580                this.drawAll();
    25732581            }, this);
    25742582        },
Note: See TracChangeset for help on using the changeset viewer.