Changeset 120:3fd0a041609b


Ignore:
Timestamp:
Jan 20, 2009, 5:31:59 PM (15 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

P_r in the GUI was forgotten to get updated.

File:
1 edited

Legend:

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

    r119 r120  
    434434            this.gui_M_i.setValue(this.i.getM());
    435435
     436            this.gui_P_r.setValue(this.P_r);
     437           
    436438            this.gui_N_r.setNumValue(this.r.getN());
    437439            this.gui_T_r.setNumValue(this.r.getT());
     
    25792581                            this.renameConfig(name, newname);
    25802582                            this.updateSaveLoadList();
     2583                            if (name == this.prefs.currentConfigName) {
     2584                                this.prefs.currentConfigName = newname;
     2585                                this.gui_configName.setLabel(newname);
     2586                            }
    25812587                        }
    25822588                    }
Note: See TracChangeset for help on using the changeset viewer.