Browse Source

lint code

tags/2.3
clowwindy 10 years ago
parent
commit
212cf6b11a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      shadowsocks-csharp/View/QRCodeForm.cs

+ 1
- 2
shadowsocks-csharp/View/QRCodeForm.cs View File

@@ -66,8 +66,7 @@ namespace Shadowsocks.View
{
for (int col = 0; col < qrCoded.GetModuleCount(); col++)
{
bool isDark = qrCoded.IsDark(row, col);
if (isDark)
if (qrCoded.IsDark(row, col))
{
g.FillRectangle(b, blockSize * row, blockSize * col, blockSize, blockSize);
}


Loading…
Cancel
Save