Fixed a stupid typo

This commit is contained in:
Roel Baars
2018-09-23 17:10:54 +02:00
committed by GitHub
parent 82187ae60e
commit 7e36e86dfb

View File

@@ -443,7 +443,7 @@ bool HistogramRGBArea::getShow()
void HistogramRGBArea::updateBackBuffer (int r, int g, int b, const Glib::ustring &profile, const Glib::ustring &profileW)
{
if (!get_realized () || !showMode || rawmode) {
if (!get_realized () || !showMode || rawMode) {
return;
}