mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 14:09:26 +02:00
gtk: fix compilation
git-svn-id: trunk@20043 -
This commit is contained in:
parent
1233ad9781
commit
9cd36bc5d4
@ -487,7 +487,7 @@ begin
|
||||
Width, Height);
|
||||
|
||||
if SkipRop then
|
||||
gdk_gc_set_function(GC, GCValues._function);
|
||||
gdk_gc_set_function(GC, GetFunction);
|
||||
|
||||
// Restore current brush
|
||||
if BrushChanged then
|
||||
|
Loading…
Reference in New Issue
Block a user