fixed gtk2 toolbutton to get click events

git-svn-id: trunk@10071 -
This commit is contained in:
andrew 2006-10-15 16:38:54 +00:00
parent c099cc73bf
commit e28b0e879e

View File

@ -5660,6 +5660,9 @@ begin
csToolButton:
begin
p := gtk_fixed_new();
{$IFDEF GTK2}
gtk_fixed_set_has_window(PGtkFixed(p), True);
{$ENDIF}
end;
csTrackBar: