mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 23:03:41 +02:00
gtk2 intf: custom drawing text cursor - the xor is needed for twilight highlighter settings
git-svn-id: trunk@16180 -
This commit is contained in:
parent
1f78623bce
commit
aac829f16a
@ -44,7 +44,9 @@ uses
|
||||
Controls, GTKProc, GtkDef;
|
||||
|
||||
{ $Define VerboseCaret}
|
||||
{$IFNDEF GTK1}{$DEFINE Has_gtk_draw_insertion_cursor}{$ENDIF}
|
||||
// the gtk has a function to draw the cursor, but it does not support xor
|
||||
// so it does not work with synedit and twilight hightlighter settings
|
||||
{$IFNDEF GTK1}{off $DEFINE Has_gtk_draw_insertion_cursor}{$ENDIF}
|
||||
|
||||
type
|
||||
PGTKAPIWidget = ^TGTKAPIWidget;
|
||||
|
Loading…
Reference in New Issue
Block a user