MG: fixed resetting comobobox text

git-svn-id: trunk@1976 -
This commit is contained in:
lazarus 2002-08-17 23:40:29 +00:00
parent 0af33eac34
commit 7aa2430516

View File

@ -261,6 +261,7 @@ begin
if ComparePChar(OldText,PChar(NewText)) then begin
exit;
end;
//writeln('gtkchangedCB: ',NewText);
SetComboBoxText(PGtkCombo(TComboBox(Data).Handle),PChar(NewText));
end;
end;
@ -2278,6 +2279,9 @@ end;
{ =============================================================================
$Log$
Revision 1.117 2002/08/31 07:58:21 lazarus
MG: fixed resetting comobobox text
Revision 1.116 2002/08/30 12:32:22 lazarus
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...