X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=qui%2Fmotif_editor%2FMotifEditor.cpp;h=acde2d3af74c8a756bb9e05f4855748215f69138;hp=8166e37cbca86fa16092717ea12e2146aa085ac5;hb=f88eea68b95773eb5683dcca6cf3fa59b9f00036;hpb=489a97bfb58bfe2e9981c4afd3f7a9da14919e63 diff --git a/qui/motif_editor/MotifEditor.cpp b/qui/motif_editor/MotifEditor.cpp index 8166e37..acde2d3 100644 --- a/qui/motif_editor/MotifEditor.cpp +++ b/qui/motif_editor/MotifEditor.cpp @@ -51,6 +51,8 @@ void MotifEditor::updateModel() // if our current analysis doesn't match the one in our // model, we probalby changed the analysis. // so delete and restart + // DET 2007mar30 (can this if statement ever be true? it doesn't look + // like there's a way to change the analysis?) if (model and model->getAnalysis() != analysis) { delete model; }