Kaydet (Commit) 6c84442f authored tarafından Henry Castro's avatar Henry Castro Kaydeden (comit) Zolnai Tamás

tdf#87820 Images not displayed properly in Calc

Fixed. After opening, images were not displayed properly in Calc 4.3 and 4.4

Change-Id: I1f0dd7e9d332889df81be84a6c1e28a09f509733
Reviewed-on: https://gerrit.libreoffice.org/14505Reviewed-by: 's avatarZolnai Tamás <zolnaitamas2000@gmail.com>
Tested-by: 's avatarZolnai Tamás <zolnaitamas2000@gmail.com>
üst 3cd728f9
...@@ -134,6 +134,9 @@ namespace sdr ...@@ -134,6 +134,9 @@ namespace sdr
rGrafObj.mbInsidePaint = false; rGrafObj.mbInsidePaint = false;
} }
// Invalidate paint areas.
GetViewContact().ActionChanged();
bRetval = true; bRetval = true;
} }
} }
...@@ -186,6 +189,9 @@ namespace sdr ...@@ -186,6 +189,9 @@ namespace sdr
rGrafObj.mbInsidePaint = false; rGrafObj.mbInsidePaint = false;
} }
// Invalidate paint areas.
GetViewContact().ActionChanged();
bRetval = true; bRetval = true;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment