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:
wp_xxyyzz
2019-05-30 23:09:42 +00:00
parent cdba784160
commit de35fdefc6

View File

@ -255,7 +255,7 @@ begin
if csDestroying in ComponentState then
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
with Canvas do