Merge from default. Hope I did it right...
This commit is contained in:
@@ -61,4 +61,9 @@ void IndicateClippedPanel::toggleClipped (bool highlights) {
|
||||
|
||||
void IndicateClippedPanel::buttonToggled () {
|
||||
imageArea->queue_draw ();
|
||||
|
||||
// this will redraw the linked Before image area
|
||||
// which is set when before/after view is enabled
|
||||
if (imageArea->iLinkedImageArea!=NULL)
|
||||
imageArea->iLinkedImageArea->queue_draw ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user