Fixed a stupid typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user