diff options
Diffstat (limited to 'src/FbTk/TextButton.cc')
-rw-r--r-- | src/FbTk/TextButton.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/TextButton.cc b/src/FbTk/TextButton.cc index 474c094..948f847 100644 --- a/src/FbTk/TextButton.cc +++ b/src/FbTk/TextButton.cc | |||
@@ -98,12 +98,14 @@ void TextButton::setFont(FbTk::Font &font) { | |||
98 | font.validOrientation(m_orientation); // load the orientation! | 98 | font.validOrientation(m_orientation); // load the orientation! |
99 | } | 99 | } |
100 | 100 | ||
101 | #ifdef NOT_USED | ||
101 | /// set bevel and redraw text | 102 | /// set bevel and redraw text |
102 | void TextButton::setBevel(int bevel) { | 103 | void TextButton::setBevel(int bevel) { |
103 | if (m_bevel == bevel) | 104 | if (m_bevel == bevel) |
104 | return; | 105 | return; |
105 | m_bevel = bevel; | 106 | m_bevel = bevel; |
106 | } | 107 | } |
108 | #endif | ||
107 | 109 | ||
108 | void TextButton::setTextPaddingLeft(unsigned int leftpadding) { | 110 | void TextButton::setTextPaddingLeft(unsigned int leftpadding) { |
109 | m_left_padding = leftpadding; | 111 | m_left_padding = leftpadding; |