summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-22 20:53:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-22 20:53:50 +0000
commitb5c45ea4ee23f85fc73337379770bbfc53f59da4 (patch)
tree2e49ad7e61a67bca5424707d98622dc8f4f625c2 /vcl
parentdf0cef5bc7b15c40caa9b3224d5f033063856afb (diff)
update autoscrolls on text modifications
not just on SetText or Resize Change-Id: I9991125d8f5eaa527e2cf274222c94b6d6cc1069
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/edit/vclmedit.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/edit/vclmedit.cxx b/vcl/source/edit/vclmedit.cxx
index 05bc05532001..90e17cb8d952 100644
--- a/vcl/source/edit/vclmedit.cxx
+++ b/vcl/source/edit/vclmedit.cxx
@@ -559,6 +559,7 @@ void ImpVclMEdit::Notify( SfxBroadcaster&, const SfxHint& rHint )
}
else if( rTextHint.GetId() == TEXT_HINT_MODIFIED )
{
+ ImpUpdateSrollBarVis(pVclMultiLineEdit->GetStyle());
pVclMultiLineEdit->Modify();
}
}