Changeset 285 for trunk/gui/src/SongEditor/SongEditor.cpp
- Timestamp:
- 07/28/08 22:47:30 (5 years ago)
- Files:
-
- 1 modified
-
trunk/gui/src/SongEditor/SongEditor.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/SongEditor/SongEditor.cpp
r270 r285 39 39 #include "../PatternEditor/PatternEditorPanel.h" 40 40 #include "../HydrogenApp.h" 41 #include "../InstrumentRack.h" 41 42 #include "../widgets/Button.h" 42 43 #include "../PatternFillDialog.h" … … 992 993 _ERRORLOG( "Error saving the pattern" ); 993 994 } 994 } 995 996 #ifdef WIN32 997 Sleep ( 10 ); 998 #else 999 usleep ( 10000 ); 1000 #endif 1001 HydrogenApp::getInstance()->getInstrumentRack()->getSoundLibraryPanel()->updateDrumkitList(); 1002 } 1003 1004 995 1005 996 1006 void SongEditorPatternList::patternPopup_edit()