From 4b7414b3f6869f2bdeb097e4f997498bae9f0aee Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 30 Mar 2013 17:44:20 +0100 Subject: New box rendering of all widgets. Minor tweaks still missing. --- plugingui/checkbox.cc | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'plugingui/checkbox.cc') diff --git a/plugingui/checkbox.cc b/plugingui/checkbox.cc index d3c2512..e25624c 100644 --- a/plugingui/checkbox.cc +++ b/plugingui/checkbox.cc @@ -81,8 +81,6 @@ void GUI::CheckBox::keyEvent(KeyEvent *e) void GUI::CheckBox::repaintEvent(GUI::RepaintEvent *e) { - // printf("CheckBox::repaintEvent\n"); - Painter p(this); p.clear(); @@ -96,30 +94,6 @@ void GUI::CheckBox::repaintEvent(GUI::RepaintEvent *e) if(middle) p.drawImage((bg_on.width() - knob.width()) / 2, 0, &knob); else p.drawImage(0, 0, &knob); } - - // int box = width()