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