mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 14:54:42 +01:00
parent
af1924d230
commit
518d306921
@ -2526,7 +2526,7 @@ begin
|
|||||||
Palette := QWidget_palette(Parent);
|
Palette := QWidget_palette(Parent);
|
||||||
end;
|
end;
|
||||||
// since q_DrawWinPanel doesnot supports lineWidth we should do it ourself
|
// 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
|
begin
|
||||||
q_DrawWinPanel(Widget, x, y, w, h, Palette, Sunken);
|
q_DrawWinPanel(Widget, x, y, w, h, Palette, Sunken);
|
||||||
inc(x);
|
inc(x);
|
||||||
|
|||||||
@ -2535,7 +2535,7 @@ begin
|
|||||||
Palette := QWidget_palette(Parent);
|
Palette := QWidget_palette(Parent);
|
||||||
end;
|
end;
|
||||||
// since q_DrawWinPanel doesnot supports lineWidth we should do it ourself
|
// 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
|
begin
|
||||||
q_DrawWinPanel(Widget, x, y, w, h, Palette, Sunken);
|
q_DrawWinPanel(Widget, x, y, w, h, Palette, Sunken);
|
||||||
inc(x);
|
inc(x);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user