Work in progress.

merge-requests/1/head
Teuniz 2017-05-14 19:25:59 +02:00
rodzic dfcf50041d
commit a1ad8bdfb5
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -35,7 +35,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.35_1705141814"
#define PROGRAM_VERSION "0.35_1705141924"
#define MAX_PATHLEN 4096

Wyświetl plik

@ -176,6 +176,7 @@ void UI_playback_window::t1_func()
rec_fend_spinbox->setValue(devparms->func_wrec_fend);
rec_fint_spinbox->setValue(devparms->func_wrec_fintval);
rep_fstart_spinbox->setValue(devparms->func_wplay_fstart);
rep_fstart_spinbox->setRange(1, devparms->func_wrec_fend);
rep_fend_spinbox->setRange(1, devparms->func_wrec_fend);
rep_fend_spinbox->setValue(devparms->func_wplay_fend);
rep_fint_spinbox->setValue(devparms->func_wplay_fintval);