Fix for #4743: flashing background
This commit is contained in:
parent
6b93927ea1
commit
a7b7f20b83
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user