Changeset 519

Show
Ignore:
Timestamp:
09/25/08 11:36:16 (2 months ago)
Author:
wolke
Message:

small code cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/src/SoundLibrary/SoundLibraryPanel.cpp

    r518 r519  
    512512        //saveTab_infoTxt->append( QString( drumkitInfo->getInfo().c_str() ) ); 
    513513 
    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(); 
    517517} 
    518518 
     
    536536                if (  !__system_drumkits_item->child( i ) ) 
    537537                        break; 
    538                 ( __system_drumkits_item->child( i ) )->setBackground( 0, QBrush() ); 
    539                  
    540                  
     538                ( __system_drumkits_item->child( i ) )->setBackground( 0, QBrush() );            
    541539        } 
    542540