/[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 296 by capela, Wed Nov 17 11:51:49 2004 UTC revision 298 by capela, Wed Nov 17 13:05:42 2004 UTC
# Line 850  void qsamplerMainForm::editResetChannel Line 850  void qsamplerMainForm::editResetChannel
850    
851      // Refresh channel strip info.      // Refresh channel strip info.
852      pChannelStrip->updateChannelInfo();      pChannelStrip->updateChannelInfo();
853        // And force a deferred update.
854        m_iChangeCount++;
855  }  }
856    
857    
# Line 1507  void qsamplerMainForm::timerSlot (void) Line 1509  void qsamplerMainForm::timerSlot (void)
1509              QWidgetList wlist = m_pWorkspace->windowList();              QWidgetList wlist = m_pWorkspace->windowList();
1510              for (int iChannel = 0; iChannel < (int) wlist.count(); iChannel++) {              for (int iChannel = 0; iChannel < (int) wlist.count(); iChannel++) {
1511                  qsamplerChannelStrip *pChannelStrip = (qsamplerChannelStrip *) wlist.at(iChannel);                  qsamplerChannelStrip *pChannelStrip = (qsamplerChannelStrip *) wlist.at(iChannel);
1512                  if (pChannelStrip && pChannelStrip->isVisible())                  if (pChannelStrip && pChannelStrip->isVisible()) {
1513                      pChannelStrip->updateChannelUsage();                      // If we can't make it clean, try next time.
1514                        if (!pChannelStrip->updateChannelUsage())
1515                            m_iChangeCount++;
1516                    }
1517              }              }
1518          }          }
1519      }      }

Legend:
Removed from v.296  
changed lines
  Added in v.298

  ViewVC Help
Powered by ViewVC