mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 19:30:21 +02:00
Gtk3: forgot commit.
This commit is contained in:
parent
d33c56d5d4
commit
014ceebd7b
@ -443,9 +443,7 @@ class procedure TGtk3WSWinControl.SetShape(const AWinControl: TWinControl;
|
||||
begin
|
||||
if not WSCheckHandleAllocated(AWinControl, 'SetShape') then
|
||||
Exit;
|
||||
{$IFDEF GTK3DEBUGNOTIMPLEMENTED}
|
||||
DebugLn('TGtk3WSWinControl.SetShape not implemented');
|
||||
{$ENDIF}
|
||||
TGtk3Widget(AWinControl.Handle).Shape := TGtk3Image(AShape).Handle^.copy;
|
||||
end;
|
||||
|
||||
class procedure TGtk3WSWinControl.SetFont(const AWinControl: TWinControl; const AFont: TFont);
|
||||
|
Loading…
Reference in New Issue
Block a user