Changing lens correction method triggers processing twice, fixes #4740

This commit is contained in:
heckflosse
2018-08-19 16:38:02 +02:00
parent ab79434beb
commit ce8ead804b
2 changed files with 79 additions and 75 deletions

View File

@@ -105,7 +105,7 @@ public:
void onLensfunCameraChanged();
void onLensfunLensChanged();
void onCorrModeChanged();
void onCorrModeChanged(const Gtk::RadioButton *rbChanged);
};
#endif