Sharpening contrast mask - Bug, fixed by @Hombre57, fixes #4620

This commit is contained in:
heckflosse
2018-06-17 11:20:27 +02:00
parent ab22b6b4d4
commit 5515b3dd72
3 changed files with 10 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ public:
void buttonToggled(Gtk::ToggleButton* tb);
void toggleClipped(bool highlights); // inverts a toggle programmatically
void toggleFocusMask();
void silentlyDisableSharpMask(); // toggle the button off without throwing a toggle event
void toggleSharpMask();
sigc::connection connFocusMask, connSharpMask, connClippedS, connClippedH;