Correction of code format with AStyle

This commit is contained in:
Pandagrapher
2018-06-18 19:21:57 +02:00
parent 273171a1b0
commit 74dd3a6a10
5 changed files with 952 additions and 952 deletions

View File

@@ -487,13 +487,13 @@ Locallab::Locallab():
lightness->setAdjusterListener(this);
contrast->setAdjusterListener(this);
/*
/*
Gtk::Image* iblueredL = Gtk::manage(new RTImage("ajd-wb-bluered1.png"));
Gtk::Image* iblueredR = Gtk::manage(new RTImage("ajd-wb-bluered2.png"));
warm = Gtk::manage(new Adjuster(M("TP_LOCALLAB_WARM"), -100., 100., 1., 0., iblueredL, iblueredR));
warm->setAdjusterListener(this);
*/
*/
chroma->setAdjusterListener(this);
sensi->set_tooltip_text(M("TP_LOCALLAB_SENSI_TOOLTIP"));