diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-26 15:24:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-26 15:36:02 +0000 |
commit | 037e65cbdd76dc06593a43adbd72427c8765736c (patch) | |
tree | 6a9213983f38abe36aed807bc2fe07ef3911891a | |
parent | b7d3c7c6a0c2562625c43e5dd1f2599a54a1d43e (diff) |
Resolves: fdo#85590 'Pick a color' circle location is incorrect when opened
Change-Id: I18a00d0ab7acc30f4751c0e19cceffefdce90474
(cherry picked from commit 7716d86f46dea72bd0e99f7074f718d558e88f49)
-rw-r--r-- | cui/source/dialogs/colorpicker.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/colorpicker.cxx b/cui/source/dialogs/colorpicker.cxx index f52e724f6cdf..15601c9bee55 100644 --- a/cui/source/dialogs/colorpicker.cxx +++ b/cui/source/dialogs/colorpicker.cxx @@ -665,6 +665,7 @@ void ColorFieldControl::Paint( const Rectangle& rRect ) void ColorFieldControl::Resize() { UpdateBitmap(); + UpdatePosition(); Control::Resize(); } |