mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 21:41:34 +02:00
fixes for win32 listbox/combobox from Karl Brandt
git-svn-id: trunk@2069 -
This commit is contained in:
parent
75e07c0f7f
commit
2de2d41d0a
@ -7384,7 +7384,7 @@ var
|
||||
Points : array[0..1] of TSize;
|
||||
begin
|
||||
Result := IsValidDC(DC);
|
||||
if Result
|
||||
if Result and (Count>0)
|
||||
then with TDeviceContext(DC) do
|
||||
begin
|
||||
if GC = nil
|
||||
@ -7638,6 +7638,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.203 2003/01/01 10:46:59 mattias
|
||||
fixes for win32 listbox/combobox from Karl Brandt
|
||||
|
||||
Revision 1.202 2002/12/30 17:24:08 mattias
|
||||
added history to identifier completion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user