mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 23:59:40 +01:00
gtk2: fix double transformation after r38742 #977f05a8ef
git-svn-id: trunk@38745 -
This commit is contained in:
parent
c236cc35fc
commit
f49de22f83
@ -241,7 +241,7 @@ begin
|
||||
Result.Style := gtk_widget_get_style(Result.Widget);
|
||||
end;
|
||||
Result.Window := DevCtx.Drawable;
|
||||
Result.Origin := DevCtx.TransfPointIndirect(DevCtx.Offset);
|
||||
Result.Origin := DevCtx.Offset;
|
||||
|
||||
Result.Painter := gptDefault;
|
||||
Result.State := GTK_STATE_NORMAL;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user