aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextButton.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-17 13:35:20 (GMT)
committersimonb <simonb>2006-04-17 13:35:20 (GMT)
commit9ff23f01ca0a0a6c83a3a5e5d933fffbb59dfab8 (patch)
tree5fdb90654a54c93b653e6ce8d2f7f9452e146367 /src/FbTk/TextButton.cc
parentc5b67f9a42731e5841bfd40e41268ed308225b30 (diff)
downloadfluxbox-9ff23f01ca0a0a6c83a3a5e5d933fffbb59dfab8.zip
fluxbox-9ff23f01ca0a0a6c83a3a5e5d933fffbb59dfab8.tar.bz2
fix some rotation issues
Diffstat (limited to 'src/FbTk/TextButton.cc')
-rw-r--r--src/FbTk/TextButton.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/TextButton.cc b/src/FbTk/TextButton.cc
index 6bcb0e7..054995a 100644
--- a/src/FbTk/TextButton.cc
+++ b/src/FbTk/TextButton.cc
@@ -76,6 +76,8 @@ bool TextButton::setOrientation(FbTk::Orientation orient) {
76 } else { 76 } else {
77 m_orientation = orient; 77 m_orientation = orient;
78 } 78 }
79 updateBackground(false);
80 clear();
79 return true; 81 return true;
80} 82}
81 83