Return first frame in FramesData on OOB access (#4830)

This commit is contained in:
Flössie
2019-02-20 20:55:07 +01:00
parent b37f545391
commit e39726dbf7
6 changed files with 191 additions and 55 deletions

View File

@@ -647,7 +647,7 @@ bool HistogramRGBArea::on_button_press_event (GdkEventButton* event)
void HistogramRGBArea::factorChanged (double newFactor)
{
factor = newFactor;
factor = newFactor;
}
//