summaryrefslogtreecommitdiff
path: root/vcl/source/control/lstbox.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-06 10:29:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:24 +0100
commita371a15a3e9516a97b3c27016f025f5da145444e (patch)
tree77d32d9da7d74cbaa8e21fcc0affcdb6d6fb5a0f /vcl/source/control/lstbox.cxx
parente9093f294a5792b22c4dd9c6ff4090666e9aedd8 (diff)
take over selected entry text
Diffstat (limited to 'vcl/source/control/lstbox.cxx')
-rw-r--r--vcl/source/control/lstbox.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/lstbox.cxx b/vcl/source/control/lstbox.cxx
index 2829a45046cf..c1a460f0bce3 100644
--- a/vcl/source/control/lstbox.cxx
+++ b/vcl/source/control/lstbox.cxx
@@ -97,6 +97,7 @@ void ListBox::take_properties(Window &rOther)
mbDDAutoSize = rOtherListBox.mbDDAutoSize;
mnLineCount = rOtherListBox.mnLineCount;
mpImplLB->take_properties(*rOtherListBox.mpImplLB);
+ mpImplWin->take_properties(*rOtherListBox.mpImplWin);
}
// -----------------------------------------------------------------------