You've already forked lazarus-ccr
jvcllaz: Avoid debugger crash in TJvInstallLabel under Ubuntu.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6983 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -255,7 +255,7 @@ begin
|
|||||||
if csDestroying in ComponentState then
|
if csDestroying in ComponentState then
|
||||||
Exit;
|
Exit;
|
||||||
|
|
||||||
DrawThemedBackground(Self, Canvas, ClientRect, Self.Color);
|
//DrawThemedBackground(Self, Canvas, ClientRect, Self.Color); // wp: removed because of debugger crash in Linux
|
||||||
|
|
||||||
if csDesigning in ComponentState then
|
if csDesigning in ComponentState then
|
||||||
with Canvas do
|
with Canvas do
|
||||||
|
Reference in New Issue
Block a user