Differences From
Artifact [760b0b52ef]:
- File
SessionManager.js
— part of check-in
[fcab43444d]
at
2013-03-13 13:31:16
on branch trunk
— SessionManager исправленна ошибка максимизации окон.
(user:
sosnae
size: 35092)
[more...]
- File
SessionManager.js
— part of check-in
[34132ddc91]
at
2013-10-11 07:43:51
on branch trunk
— При закрытиии с пустыми окнами конфигуратора, сохраняется признак, что окна открывать не надо.
(user:
sosnae
size: 35094)
347 347 if (table=="SessionsHistory"){
348 348 while (this.SessionTree.Rows.Count() > this.form.HistoryDepth){
349 349 currRow = this.SessionTree.Rows.Get(0);
350 350 this.SessionTree.Rows.Delete(currRow);
351 351 }
352 352 }
353 353 if (!sessionRow.Rows.Count()){
354 - sessionsHistory.Rows.Delete(sessionRow);
354 + //sessionsHistory.Rows.Delete(sessionRow);
355 355 }
356 356
357 357 //this.form.SessionsHistory = ValueToStringInternal(this.SessionTree);
358 358
359 359 },
360 360 saveSettings:function(){
361 361 this.form.SessionsHistory = ValueToStringInternal(this.SessionTree);