409:8da2563c645a | 410:a5aebcf4a1c8 |
---|---|
564 // If the current value is 16 and we switch to hi-res, default the | 564 // If the current value is 16 and we switch to hi-res, default the |
565 // spinbox to 48. | 565 // spinbox to 48. |
566 if( on && ui->sb_segs->value() == lores ) | 566 if( on && ui->sb_segs->value() == lores ) |
567 ui->sb_segs->setValue( hires ); | 567 ui->sb_segs->setValue( hires ); |
568 } | 568 } |
569 | |
570 #include "build/moc_primitives.cpp" |