From 000d2056f6422584b1f32cfce0b3c418d4fd31bc Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 9 Jul 2014 10:12:39 +0400 Subject: [PATCH] removed test about box text output --- Telegram/SourceFiles/boxes/aboutbox.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Telegram/SourceFiles/boxes/aboutbox.cpp b/Telegram/SourceFiles/boxes/aboutbox.cpp index c2d6451f7d..188e8bf155 100644 --- a/Telegram/SourceFiles/boxes/aboutbox.cpp +++ b/Telegram/SourceFiles/boxes/aboutbox.cpp @@ -92,8 +92,6 @@ void AboutBox::paintEvent(QPaintEvent *e) { p.setFont(st::aboutVersionFont->f); p.setPen(st::aboutVersionColor->p); p.drawText((_width - _versionWidth) / 2, st::aboutVersionTop + st::aboutVersionFont->ascent, _versionText); - - p.drawText(10, 30, "t\n\nt\nt"); } } else { p.setOpacity(a_opacity.current());