/[svn]/qsampler/trunk/src/qsamplerMainForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.ui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 297 by capela, Wed Nov 17 12:40:25 2004 UTC revision 302 by capela, Wed Nov 17 17:17:18 2004 UTC
# Line 567  bool qsamplerMainForm::loadSessionFile ( Line 567  bool qsamplerMainForm::loadSessionFile (
567      m_sFilename = sFilename;      m_sFilename = sFilename;
568      updateRecentFiles(sFilename);      updateRecentFiles(sFilename);
569      appendMessages(tr("Open session: \"%1\".").arg(sessionName(m_sFilename)));      appendMessages(tr("Open session: \"%1\".").arg(sessionName(m_sFilename)));
570        
571        // Make that an overall update.
572        m_iChangeCount++;
573      stabilizeForm();      stabilizeForm();
574      return true;      return true;
575  }  }
# Line 848  void qsamplerMainForm::editResetChannel Line 851  void qsamplerMainForm::editResetChannel
851      // Reset the existing sampler channel.      // Reset the existing sampler channel.
852      pChannel->resetChannel();      pChannel->resetChannel();
853    
854      // Refresh channel strip info.      // And force a deferred update.
855      pChannelStrip->updateChannelInfo();      m_iChangeCount++;
856  }  }
857    
858    

Legend:
Removed from v.297  
changed lines
  Added in v.302

  ViewVC Help
Powered by ViewVC