src/primitives.cpp

changeset 664
e3a32a79a10a
parent 491
7d1b5ecd76c0
child 493
16766ac1bbd9
equal deleted inserted replaced
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"

mercurial