Gtk2: Fix newly created caret not shown (until after SetCaretPos)

git-svn-id: trunk@27159 -
This commit is contained in:
martin 2010-08-21 00:49:45 +00:00
parent 7daa7004e0
commit 6eb5cddca6

View File

@ -798,6 +798,8 @@ begin
end;
Pixmap := ABitmap;
BlinkHide:=false;// start show phase
Invalidated:=false;
if IsVisible then GTKAPIWidgetClient_ShowCaret(Client);
end;