You've already forked lazarus-ccr
Linux GTK2 Caption Bug - Fixed
Linux Background Draw Bug Close Buttons on TGradTabControl Updated TGradTabControl-Demo git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@824 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -113,6 +113,7 @@ begin
|
||||
RotateImg := TLazIntfImage.Create(NormalImg.Height, NormalImg.Width);
|
||||
RotateImg.DataDescription := NormalImg.DataDescription;
|
||||
RotateImg.SetSize(NormalImg.Height, NormalImg.Width);
|
||||
RotateImg.FillPixels(TColorToFPColor(clBlack));
|
||||
|
||||
for px := 0 to NormalImg.Width - 1 do
|
||||
for py := 0 to NormalImg.Height - 1 do
|
||||
@ -277,6 +278,9 @@ begin
|
||||
UpdateActiveBitmap;
|
||||
R := Rect(0, 0, FActiveBitmap.Width, FActiveBitmap.Height);
|
||||
P := Point(X, Y);
|
||||
//DebugLn(DbgS(R));
|
||||
//DebugLn(DbgS(P));
|
||||
//DebugLn('Transparent: '+BoolToStr(Transparent, true));
|
||||
FGlyph.Draw(Canvas, R, P, FButtonState, Transparent, 0);
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user