mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 19:58:25 +02:00
MG: fixed resetting comobobox text
git-svn-id: trunk@1976 -
This commit is contained in:
parent
0af33eac34
commit
7aa2430516
@ -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, ...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user