remove border
This commit is contained in:
parent
e286a6cdf3
commit
08c71bc75f
1 changed files with 1 additions and 1 deletions
|
@ -861,6 +861,6 @@ void __fastcall TConfigForm::NonexclusiveChkClick(TObject *Sender)
|
|||
void __fastcall TConfigForm::PboxPaint(TObject *Sender)
|
||||
{
|
||||
TPaintBox *pbox = static_cast<TPaintBox*>(Sender);
|
||||
pbox->Canvas->Rectangle(pbox->ClientRect);
|
||||
//pbox->Canvas->Rectangle(pbox->ClientRect);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue