summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-04 11:53:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-04 11:56:37 +0000
commite8da8b3a1a0e21c1601e93f8c0267e524f406da1 (patch)
tree9192c61a31c39a34af3fedea7f91f5e087b280f9
parent9b59e888d9c2cc307c1579598d69570124d868b1 (diff)
Resolves: fdo#75229 missing object:state-changed:focused
in multiline edits, focus remains stuck on internal TextWindow instead of being placed on container MultiLineEdit regression from b755fb8c0f6b1282f62c12f378c0a5ecac64d490 which removed it with no explanation Change-Id: I9d6bd546e341651442538bf40de6c43c521868d7
-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 5300e9151956..3ab46185a080 100644
--- a/vcl/source/edit/vclmedit.cxx
+++ b/vcl/source/edit/vclmedit.cxx
@@ -908,6 +908,7 @@ void TextWindow::Command( const CommandEvent& rCEvt )
void TextWindow::GetFocus()
{
+ Window::GetFocus();
if ( !mbActivePopup )
{
bool bGotoCursor = !mpExtTextView->IsReadOnly();