Fix for #4743: flashing background

This commit is contained in:
Roel Baars 2018-09-02 17:53:52 +02:00 committed by GitHub
parent 6b93927ea1
commit a7b7f20b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1377,7 +1377,7 @@ void CropWindow::expose (Cairo::RefPtr<Cairo::Context> cr)
break;
}
}
bool useBgColor = (state == SNormal || state == SDragPicker || state == SDeletePicker);
bool useBgColor = (state == SNormal || state == SDragPicker || state == SDeletePicker || state == SEditDrag1);
if (cropHandler.cropPixbuf) {
imgW = cropHandler.cropPixbuf->get_width ();