mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 13:00:17 +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:
|
||||
begin
|
||||
p := gtk_fixed_new();
|
||||
{$IFDEF GTK2}
|
||||
gtk_fixed_set_has_window(PGtkFixed(p), True);
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
csTrackBar:
|
||||
|
Loading…
Reference in New Issue
Block a user