Changeset 323 in PSPA


Ignore:
Timestamp:
Feb 18, 2013, 12:09:41 PM (11 years ago)
Author:
garnier
Message:

Correction du bug #37

Location:
Interface_Web/trunk/pspaWT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/History

    r320 r323  
    55     PSPA - Plateforme de simulation en physique des accélérateurs
    66     =========================================================
     7
     818 Février 2013 Laurent Garnier
     9- Correction du bug #15
     10- Correction du bug #37
    711
    81212 Février 2013 Laurent Garnier
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_ligneFaisceau.cc

    r308 r323  
    162162        }
    163163    }
     164   
     165    // insure that there is still the dropzone !
     166    if (ligneFaisceauLayout_->count() == 0) {
     167        clear();
     168    }
     169   
    164170    pspa_->getExecuteWidget()->updateSelections();
    165171}
Note: See TracChangeset for help on using the changeset viewer.