Added bug description

This commit is contained in:
Dániel Battyányi
2023-07-18 17:59:25 +02:00
parent 1e6ef3e2a2
commit 2fd18f0284

View File

@@ -262,6 +262,8 @@ FilmNegative::FilmNegative() :
pack_start(*refPicker, Gtk::PACK_SHRINK, 0); pack_start(*refPicker, Gtk::PACK_SHRINK, 0);
//BUG: After selecting a spot for the first time after the button is toggled, picking is still possible, while the button is NOT toggled. After picking for the second time picking is only possible after retoggleing the button
picker->_spotButton->signal_toggled().connect(sigc::mem_fun(*this, &FilmNegative::editToggled)); picker->_spotButton->signal_toggled().connect(sigc::mem_fun(*this, &FilmNegative::editToggled));
refPicker->_spotButton->signal_toggled().connect(sigc::mem_fun(*this, &FilmNegative::refSpotToggled)); refPicker->_spotButton->signal_toggled().connect(sigc::mem_fun(*this, &FilmNegative::refSpotToggled));