diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-09-23 20:43:54 +0200 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-09-23 20:43:54 +0200 |
commit | 03174415207996a70cab47f6d2eab6ffc182a24f (patch) | |
tree | 4653b6f5538b381092749443a0fa33e182ddd9bc | |
parent | e1aeab0b62474e8a291237f82b151448dd39c577 (diff) |
Testing branch.
-rw-r--r-- | plugingui/lineedit.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/lineedit.cc b/plugingui/lineedit.cc index d6e717a..9c14ab6 100644 --- a/plugingui/lineedit.cc +++ b/plugingui/lineedit.cc @@ -175,6 +175,8 @@ void GUI::LineEdit::repaintEvent(GUI::RepaintEvent *e) p.drawLine(px + BORDER - 1 - 4 + 3, 6, px + BORDER - 1 - 4 + 3, height() - 7); } + + DEBUG(lineedit, "Weeeh!\n"); } #ifdef TEST_LINEEDIT |