diff options
author | simonb <simonb> | 2006-04-15 16:41:11 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-15 16:41:11 (GMT) |
commit | 7c7908443302fc66929e19804f0fbd655d4c7f34 (patch) | |
tree | 6839a7379b4cc514a5a4ce20ebf0a53123d20ba2 /src/FbTk/TextButton.cc | |
parent | 83a3429c395299b5acb85a3f372091037fe12603 (diff) | |
download | fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.zip fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.tar.bz2 |
implement vertical toolbar placement options
Diffstat (limited to 'src/FbTk/TextButton.cc')
-rw-r--r-- | src/FbTk/TextButton.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/TextButton.cc b/src/FbTk/TextButton.cc index ad9de09..6bcb0e7 100644 --- a/src/FbTk/TextButton.cc +++ b/src/FbTk/TextButton.cc | |||
@@ -92,6 +92,7 @@ void TextButton::setFont(FbTk::Font &font) { | |||
92 | if (&font == m_font) | 92 | if (&font == m_font) |
93 | return; | 93 | return; |
94 | m_font = &font; | 94 | m_font = &font; |
95 | font.validOrientation(m_orientation); // load the orientation! | ||
95 | } | 96 | } |
96 | 97 | ||
97 | /// set bevel and redraw text | 98 | /// set bevel and redraw text |