diff options
author | simonb <simonb> | 2005-04-13 14:39:25 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-13 14:39:25 (GMT) |
commit | ddcecec37e0ea559c9292423a257b47c423ddb9e (patch) | |
tree | 650ca599e242e31193c298b3bceac4b3f43ac949 /src/FbTk/TextButton.cc | |
parent | 88c66f0687d2a9e2018f22407b2587dc4d87d012 (diff) | |
download | fluxbox-ddcecec37e0ea559c9292423a257b47c423ddb9e.zip fluxbox-ddcecec37e0ea559c9292423a257b47c423ddb9e.tar.bz2 |
fix a few small bugs from recent big patch
Diffstat (limited to 'src/FbTk/TextButton.cc')
-rw-r--r-- | src/FbTk/TextButton.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/TextButton.cc b/src/FbTk/TextButton.cc index bdf5002..fdbdc78 100644 --- a/src/FbTk/TextButton.cc +++ b/src/FbTk/TextButton.cc | |||
@@ -106,7 +106,6 @@ void TextButton::clearArea(int x, int y, | |||
106 | // and if so, then clear a rectangle that encompases all the text plus the | 106 | // and if so, then clear a rectangle that encompases all the text plus the |
107 | // requested area? | 107 | // requested area? |
108 | drawText(); | 108 | drawText(); |
109 | |||
110 | } | 109 | } |
111 | 110 | ||
112 | unsigned int TextButton::textWidth() const { | 111 | unsigned int TextButton::textWidth() const { |