mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 13:10:53 +02:00
LCL-Gtk2: Workaround for Gtk2 themed painting issue when excluded cliprects were ignored sometimes.
Makes behavior more consistent with other widgetsets. Issue #41246, patch by Željan Rikalo.
This commit is contained in:
parent
f9f76a8675
commit
f20a2c32e4
@ -846,14 +846,14 @@ begin
|
||||
end;
|
||||
end;
|
||||
gptBox:
|
||||
gtk_paint_box(
|
||||
gtk_paint_shadow(
|
||||
Style, Window,
|
||||
State, Shadow,
|
||||
@ClipArea, Widget, PChar(Detail),
|
||||
Area.x, Area.y,
|
||||
Area.Width, Area.Height);
|
||||
gptBoxGap:
|
||||
gtk_paint_box_gap(
|
||||
gtk_paint_shadow_gap(
|
||||
Style, Window,
|
||||
State, Shadow,
|
||||
@ClipArea, Widget, PChar(Detail),
|
||||
|
Loading…
Reference in New Issue
Block a user