diff 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 |