mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
MSG .nat fixes
This commit is contained in:
parent
40167d81fb
commit
9309eaaa69
2 changed files with 21 additions and 4 deletions
|
|
@ -318,7 +318,7 @@ namespace satdump
|
|||
cfg.vars = rgb_compo_cfg.vars;
|
||||
cfg.calib_cfg.clear();
|
||||
|
||||
if(select_rgb_presets > 0)
|
||||
if(select_rgb_presets >= 0)
|
||||
{
|
||||
// median_blur = rgb_compo_cfg.median_blur;
|
||||
// despeckle = rgb_compo_cfg.despeckle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue