fireBaselineChanged(this, null, (Integer)snapshotId,false);
if (foundSnapshot[0]){
UndoableEditSupport undoableEditSupport=getUndoController().getEditSupport();
if (undoableEditSupport!=null){
undoableEditSupport.postEdit(new ClearSnapshotEdit(this,snapshotId,entireProject,selection,snapshotDetails));
}
}
}