Show
Ignore:
Timestamp:
08/25/08 21:34:00 (5 years ago)
Author:
smoors
Message:

Bugfix: Set patternsize-combobox to current size if size change is not possible

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/PatternEditor/PatternEditorPanel.cpp

    r377 r390  
    839839 
    840840        if ( !m_bEnablePatternResize ) { 
     841                __pattern_size_combo->set_text(QString::number(m_pPattern->get_lenght() / nEighth ),false); 
    841842                QMessageBox::information( this, "Hydrogen", trUtf8( "Is not possible to change the pattern size when playing." ) ); 
    842843                return;