1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

remove border

This commit is contained in:
FunkyFr3sh 2023-08-04 11:54:46 +02:00
parent e286a6cdf3
commit 08c71bc75f

View File

@ -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);
}