mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 12:16:18 +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
|
if ComparePChar(OldText,PChar(NewText)) then begin
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
//writeln('gtkchangedCB: ',NewText);
|
||||||
SetComboBoxText(PGtkCombo(TComboBox(Data).Handle),PChar(NewText));
|
SetComboBoxText(PGtkCombo(TComboBox(Data).Handle),PChar(NewText));
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
@ -2278,6 +2279,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.116 2002/08/30 12:32:22 lazarus
|
||||||
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
|
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user