mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 21:59:18 +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);
|
Width, Height);
|
||||||
|
|
||||||
if SkipRop then
|
if SkipRop then
|
||||||
gdk_gc_set_function(GC, GCValues._function);
|
gdk_gc_set_function(GC, GetFunction);
|
||||||
|
|
||||||
// Restore current brush
|
// Restore current brush
|
||||||
if BrushChanged then
|
if BrushChanged then
|
||||||
|
Loading…
Reference in New Issue
Block a user