Fixed forgot a label in viewmethod Retinex
This commit is contained in:
@@ -210,6 +210,7 @@ Retinex::Retinex () : FoldableToolPanel(this, "retinex", M("TP_RETINEX_LABEL"),
|
|||||||
viewbox->pack_start (*labview, Gtk::PACK_SHRINK, 1);
|
viewbox->pack_start (*labview, Gtk::PACK_SHRINK, 1);
|
||||||
|
|
||||||
viewMethod = Gtk::manage (new MyComboBoxText ());
|
viewMethod = Gtk::manage (new MyComboBoxText ());
|
||||||
|
viewMethod->append (M ("TP_RETINEX_VIEW_NONE"));
|
||||||
viewMethod->append (M ("TP_RETINEX_VIEW_UNSHARP"));
|
viewMethod->append (M ("TP_RETINEX_VIEW_UNSHARP"));
|
||||||
viewMethod->append (M ("TP_RETINEX_VIEW_MASK"));
|
viewMethod->append (M ("TP_RETINEX_VIEW_MASK"));
|
||||||
viewMethod->append (M ("TP_RETINEX_VIEW_TRAN"));
|
viewMethod->append (M ("TP_RETINEX_VIEW_TRAN"));
|
||||||
|
Reference in New Issue
Block a user