mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 15:41:50 +02:00
fixed right control release
git-svn-id: trunk@2307 -
This commit is contained in:
parent
2e4381451f
commit
a83c649818
@ -70,7 +70,7 @@ begin
|
||||
// Initialize Stringlist for holding styles
|
||||
Styles := TStringlist.Create;
|
||||
|
||||
gtk_key_snooper_install(@GTKKeySnooper, @FKeyStateList);
|
||||
gtk_key_snooper_install(@GTKKeySnooper, FKeyStateList);
|
||||
|
||||
// Init tooltips
|
||||
FGTKToolTips := gtk_tooltips_new;
|
||||
@ -7244,6 +7244,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.358 2003/04/26 10:45:34 mattias
|
||||
fixed right control release
|
||||
|
||||
Revision 1.357 2003/04/26 07:34:55 mattias
|
||||
implemented custom package initialization
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user