Skip to content

Commit

Permalink
Merge pull request #6366 from mkortstiege/fix_hinttext_vanish
Browse files Browse the repository at this point in the history
[guilib] fix hint text vanish on unfocus - closes #15765
  • Loading branch information
mkortstiege committed Feb 9, 2015
2 parents e1b5010 + e427584 commit 5d18273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/guilib/GUIEditControl.cpp
Expand Up @@ -746,4 +746,5 @@ void CGUIEditControl::SetFocus(bool focus)
m_smsTimer.Stop();
g_Windowing.EnableTextInput(focus);
CGUIControl::SetFocus(focus);
SetInvalid();
}

0 comments on commit 5d18273

Please sign in to comment.