Skip to content

Commit

Permalink
Update Panel.bas
Browse files Browse the repository at this point in the history
  • Loading branch information
XusinboyBekchanov committed May 5, 2024
1 parent 6fd6a34 commit ab3881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mff/Panel.bas
Expand Up @@ -193,7 +193,7 @@ Namespace My.Sys.Forms
End With
End If
If ShowCaption Then
Canvas.Font.Size = Canvas.Font.Size
SelectObject(Canvas.Handle, Canvas.Font.Handle)
Canvas.TextOut(Current.X, Current.Y, FText, Font.Color, FBackColor)
End If
If OnPaint Then OnPaint(*Designer, This, Canvas)
Expand Down

0 comments on commit ab3881a

Please sign in to comment.