mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
add several keys & Nfiles, not fully tested yet
This commit is contained in:
@@ -489,7 +489,7 @@ void* image_thread(_U_ void *data){
|
||||
if(win && win->winevt){
|
||||
if(win->winevt & WINEVT_SAVEIMAGE){ // save image
|
||||
verbose(2, "Make screenshot\n");
|
||||
saveFITS(img);
|
||||
saveFITS(img, NULL);
|
||||
win->winevt &= ~WINEVT_SAVEIMAGE;
|
||||
}
|
||||
if(win->winevt & WINEVT_ROLLCOLORFUN){
|
||||
|
||||
Reference in New Issue
Block a user