Changeset 117:ab868ab18792 for source


Ignore:
Timestamp:
Jan 19, 2009, 4:30:06 PM (15 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Put current config name as the title of the plot.

File:
1 edited

Legend:

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

    r115 r117  
    17921792                new Array(wymin, wymax));
    17931793           
     1794            // Draw title
     1795            canvas.drawTitle(this.prefs.currentConfigName, "black");
     1796           
    17941797            // Draw axis ticks
    17951798            canvas.drawTicks("x", "blue");
Note: See TracChangeset for help on using the changeset viewer.