Gtk3: forgot commit.

This commit is contained in:
zeljan1 2025-02-12 11:22:14 +01:00
parent d33c56d5d4
commit 014ceebd7b

View File

@ -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);