aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Menu.cc')
-rw-r--r--src/FbTk/Menu.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Menu.cc b/src/FbTk/Menu.cc
index ac8d651..9109913 100644
--- a/src/FbTk/Menu.cc
+++ b/src/FbTk/Menu.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Menu.cc,v 1.69 2004/06/27 13:50:24 fluxgen Exp $ 25// $Id: Menu.cc,v 1.70 2004/07/05 09:40:08 fluxgen Exp $
26 26
27//use GNU extensions 27//use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -768,7 +768,7 @@ void Menu::redrawTitle() {
768 screenNumber(), 768 screenNumber(),
769 theme().titleTextGC().gc(), // graphic context 769 theme().titleTextGC().gc(), // graphic context
770 text, len, // text string with lenght 770 text, len, // text string with lenght
771 dx, theme().titleHeight()/2 + (font.ascent() + theme().bevelWidth())/2); // position 771 dx, theme().titleHeight()/2 + (font.ascent() - theme().bevelWidth())/2); // position
772} 772}
773 773
774 774