Changeset 390 for trunk/gui/src/PatternEditor/PatternEditorPanel.cpp
- Timestamp:
- 08/25/08 21:34:00 (5 years ago)
- Files:
-
- 1 modified
-
trunk/gui/src/PatternEditor/PatternEditorPanel.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/PatternEditor/PatternEditorPanel.cpp
r377 r390 839 839 840 840 if ( !m_bEnablePatternResize ) { 841 __pattern_size_combo->set_text(QString::number(m_pPattern->get_lenght() / nEighth ),false); 841 842 QMessageBox::information( this, "Hydrogen", trUtf8( "Is not possible to change the pattern size when playing." ) ); 842 843 return;