From 9c7f25c173daaa0216deba20257b7678e606095d Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 18 Feb 2003 21:41:09 +0000 Subject: redraw title and title bar once we are done with reconfigure --- src/FbWinFrame.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index f1adf65..e9a3312 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbWinFrame.cc,v 1.8 2003/02/17 22:57:52 fluxgen Exp $ +// $Id: FbWinFrame.cc,v 1.9 2003/02/18 21:41:09 fluxgen Exp $ #include "FbWinFrame.hh" #include "ImageControl.hh" @@ -435,6 +435,8 @@ void FbWinFrame::reconfigure() { // render the theme renderButtons(); renderHandles(); + redrawTitle(); + redrawTitlebar(); } unsigned int FbWinFrame::titleHeight() const { -- cgit v0.11.2