Renamed files to "blackwhite.cc/h" + small bugfix in BlackWhite::setting changed
This commit is contained in:
@@ -5,7 +5,7 @@ set (BASESOURCEFILES
|
||||
ilabel.cc thumbbrowserbase.cc adjuster.cc filebrowserentry.cc filebrowser.cc filethumbnailbuttonset.cc
|
||||
cachemanager.cc cacheimagedata.cc shcselector.cc perspective.cc thresholdselector.cc thresholdadjuster.cc
|
||||
clipboard.cc thumbimageupdater.cc bqentryupdater.cc lensgeom.cc coloredbar.cc
|
||||
coarsepanel.cc cacorrection.cc hlrec.cc chmixer.cc chmixerbw.cc
|
||||
coarsepanel.cc cacorrection.cc hlrec.cc chmixer.cc blackwhite.cc
|
||||
resize.cc icmpanel.cc crop.cc shadowshighlights.cc
|
||||
impulsedenoise.cc dirpyrdenoise.cc epd.cc
|
||||
exifpanel.cc toolpanel.cc lensprofile.cc
|
||||
|
@@ -16,7 +16,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "chmixerbw.h"
|
||||
#include "blackwhite.h"
|
||||
#include "rtimage.h"
|
||||
#include "../rtengine/color.h"
|
||||
#include <iomanip>
|
||||
@@ -706,6 +706,8 @@ void BlackWhite::settingChanged () {
|
||||
else if ( setting->get_active_row_number()==14 ) {
|
||||
// Infrared
|
||||
filter->set_active (0);
|
||||
showMixer(3, false);
|
||||
hideEnabledCC();
|
||||
hideFilter();
|
||||
}
|
||||
else {
|
@@ -16,8 +16,8 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef _CHMIXERBW_H_
|
||||
#define _CHMIXERBW_H_
|
||||
#ifndef _BLACKWHITE_H_
|
||||
#define _BLACKWHITE_H_
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include "adjuster.h"
|
@@ -44,7 +44,7 @@
|
||||
#include "icmpanel.h"
|
||||
#include "resize.h"
|
||||
#include "chmixer.h"
|
||||
#include "chmixerbw.h"
|
||||
#include "blackwhite.h"
|
||||
#include "hlrec.h"
|
||||
#include "cacorrection.h"
|
||||
#include "lensprofile.h"
|
||||
|
Reference in New Issue
Block a user