Changeset 519
- Timestamp:
- 09/25/08 11:36:16 (2 months ago)
- Files:
-
- trunk/gui/src/SoundLibrary/SoundLibraryPanel.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gui/src/SoundLibrary/SoundLibraryPanel.cpp
r518 r519 512 512 //saveTab_infoTxt->append( QString( drumkitInfo->getInfo().c_str() ) ); 513 513 514 //HydrogenApp::getInstance()->getPatternEditorPanel()->getPatternEditor()->updateEditor( true );515 516 //HydrogenApp::getInstance()->getPatternEditorPanel()->getDrumPatternEditor()->updateEditor();514 //HydrogenApp::getInstance()->getPatternEditorPanel()->getPatternEditor()->updateEditor( true ); 515 516 //HydrogenApp::getInstance()->getPatternEditorPanel()->getDrumPatternEditor()->updateEditor(); 517 517 } 518 518 … … 536 536 if ( !__system_drumkits_item->child( i ) ) 537 537 break; 538 ( __system_drumkits_item->child( i ) )->setBackground( 0, QBrush() ); 539 540 538 ( __system_drumkits_item->child( i ) )->setBackground( 0, QBrush() ); 541 539 } 542 540
