From 4aeea37d93a94f4b7c4c8c0802b3383cc503ae8b Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Thu, 28 Sep 2000 00:39:22 +0000 Subject: [PATCH] Use configured font for inactive titlebar text svn path=/trunk/kdebase/kwin/; revision=65567 --- clients/riscos/Manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/riscos/Manager.cpp b/clients/riscos/Manager.cpp index b50150c220..799ae17bcc 100644 --- a/clients/riscos/Manager.cpp +++ b/clients/riscos/Manager.cpp @@ -200,7 +200,7 @@ Manager::paintEvent(QPaintEvent * e) p.drawTiledPixmap(tr.left() + 3, 0, tr.width() - 6, 20, s->titleTextMid(active)); p.setPen(options->color(Options::Font, active)); - p.setFont(options->font()); + p.setFont(options->font(active)); p.drawText(tr.left() + 4, 0, tr.width() - 8, 18, AlignCenter, caption()); p.drawPixmap(tr.right() - 2, 0, s->titleTextRight(active));