summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-27 09:07:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:39 +0100
commit3a369c42777bb4fa8a8fc5342544f60e740c94ea (patch)
treea56c92c2f173a6eed985775efdf15115550d5225 /vcl
parenta216f1db779cb74523dad94cc1f93233d3826c78 (diff)
queue_resize on fixedimage graphic change
Change-Id: I6de743a290b2a08d4c90be706ea28daae94c2e74
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/fixed.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 7857f563a040..a63eb3ed8ba1 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -922,6 +922,7 @@ void FixedBitmap::SetBitmap( const Bitmap& rBitmap )
{
maBitmap = rBitmap;
StateChanged( STATE_CHANGE_DATA );
+ queue_resize();
}
// =======================================================================
@@ -1145,6 +1146,7 @@ void FixedImage::SetImage( const Image& rImage )
{
maImage = rImage;
StateChanged( STATE_CHANGE_DATA );
+ queue_resize();
}
}