jvcllaz: Fix TJvDialButton not refreshing display in Linux/qt when rotated.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6989 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-06-01 21:15:10 +00:00
parent e41aa34494
commit 9a35e38b0b

View File

@ -455,7 +455,8 @@ begin
begin
FPosition := APosition;
BitmapNeeded;
DrawPointer;
Invalid := true;
//DrawPointer;
lChanged := True;
end;