mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 17:59:08 +02:00
gtk intf: reduced warnings
git-svn-id: trunk@12232 -
This commit is contained in:
parent
cfa187ade0
commit
b1eb2613c6
@ -7870,7 +7870,8 @@ var
|
||||
|
||||
if NewDrawable = nil
|
||||
then begin
|
||||
DebugLn('[TGtkWidgetSet.SelectObject] - Empty bitmap, DC=0x%x', [DC]);
|
||||
// no drawable: this is normal, when restoring the default bitmap (FreeDC)
|
||||
//DebugLn('[TGtkWidgetSet.SelectObject] - Empty bitmap, DC=0x%x', [DC]);
|
||||
Exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user