Show
Ignore:
Timestamp:
07/28/08 22:47:30 (5 years ago)
Author:
wolke
Message:

code cleanup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/SongEditor/SongEditor.cpp

    r270 r285  
    3939#include "../PatternEditor/PatternEditorPanel.h" 
    4040#include "../HydrogenApp.h" 
     41#include "../InstrumentRack.h" 
    4142#include "../widgets/Button.h" 
    4243#include "../PatternFillDialog.h" 
     
    992993                _ERRORLOG( "Error saving the pattern" ); 
    993994        } 
    994 } 
     995 
     996#ifdef WIN32 
     997        Sleep ( 10 ); 
     998#else 
     999        usleep ( 10000 ); 
     1000#endif  
     1001        HydrogenApp::getInstance()->getInstrumentRack()->getSoundLibraryPanel()->updateDrumkitList(); 
     1002} 
     1003 
     1004 
    9951005 
    9961006void SongEditorPatternList::patternPopup_edit()