/[svn]/qsampler/trunk/src/qsamplerInstrumentListForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerInstrumentListForm.cpp

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

revision 1522 by capela, Sat Nov 24 13:06:19 2007 UTC revision 1523 by capela, Sun Nov 25 11:40:47 2007 UTC
# Line 215  void InstrumentListForm::editInstrument Line 215  void InstrumentListForm::editInstrument
215                  if (oldInstrument.map()  == pInstrument->map()  &&                  if (oldInstrument.map()  == pInstrument->map()  &&
216                          oldInstrument.bank() == pInstrument->bank() &&                          oldInstrument.bank() == pInstrument->bank() &&
217                          oldInstrument.prog() == pInstrument->prog()) {                          oldInstrument.prog() == pInstrument->prog()) {
218                          // just update tree item...                          // Just update tree item...
219                          //pItem->update();                          //pItem->update();
220                  } else {                  } else {
221                          // Unmap old instance...                          // Unmap old instance...

Legend:
Removed from v.1522  
changed lines
  Added in v.1523

  ViewVC Help
Powered by ViewVC