mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 22:37:26 +01:00
parent
af1924d230
commit
518d306921
@ -2526,7 +2526,7 @@ begin
|
||||
Palette := QWidget_palette(Parent);
|
||||
end;
|
||||
// since q_DrawWinPanel doesnot supports lineWidth we should do it ourself
|
||||
for i := 1 to lineWidth - 2 do
|
||||
for i := 1 to lineWidth - 1 do
|
||||
begin
|
||||
q_DrawWinPanel(Widget, x, y, w, h, Palette, Sunken);
|
||||
inc(x);
|
||||
|
||||
@ -2535,7 +2535,7 @@ begin
|
||||
Palette := QWidget_palette(Parent);
|
||||
end;
|
||||
// since q_DrawWinPanel doesnot supports lineWidth we should do it ourself
|
||||
for i := 1 to lineWidth - 2 do
|
||||
for i := 1 to lineWidth - 1 do
|
||||
begin
|
||||
q_DrawWinPanel(Widget, x, y, w, h, Palette, Sunken);
|
||||
inc(x);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user