mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 13:43:05 +02:00
fixed gtk2 toolbutton to get click events
git-svn-id: trunk@10071 -
This commit is contained in:
parent
c099cc73bf
commit
e28b0e879e
@ -5660,6 +5660,9 @@ begin
|
|||||||
csToolButton:
|
csToolButton:
|
||||||
begin
|
begin
|
||||||
p := gtk_fixed_new();
|
p := gtk_fixed_new();
|
||||||
|
{$IFDEF GTK2}
|
||||||
|
gtk_fixed_set_has_window(PGtkFixed(p), True);
|
||||||
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
csTrackBar:
|
csTrackBar:
|
||||||
|
Loading…
Reference in New Issue
Block a user