diff options
author | fluxgen <fluxgen> | 2003-02-18 21:41:09 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-02-18 21:41:09 (GMT) |
commit | 9c7f25c173daaa0216deba20257b7678e606095d (patch) | |
tree | 41f87b2f37aac944d880f278a0f5e1d95c71c6e8 /src/FbWinFrame.cc | |
parent | b4ffe4fe21699c7123728aeeb99576a540b3694e (diff) | |
download | fluxbox-9c7f25c173daaa0216deba20257b7678e606095d.zip fluxbox-9c7f25c173daaa0216deba20257b7678e606095d.tar.bz2 |
redraw title and title bar once we are done with reconfigure
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrame.cc,v 1.8 2003/02/17 22:57:52 fluxgen Exp $ | 22 | // $Id: FbWinFrame.cc,v 1.9 2003/02/18 21:41:09 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrame.hh" | 24 | #include "FbWinFrame.hh" |
25 | #include "ImageControl.hh" | 25 | #include "ImageControl.hh" |
@@ -435,6 +435,8 @@ void FbWinFrame::reconfigure() { | |||
435 | // render the theme | 435 | // render the theme |
436 | renderButtons(); | 436 | renderButtons(); |
437 | renderHandles(); | 437 | renderHandles(); |
438 | redrawTitle(); | ||
439 | redrawTitlebar(); | ||
438 | } | 440 | } |
439 | 441 | ||
440 | unsigned int FbWinFrame::titleHeight() const { | 442 | unsigned int FbWinFrame::titleHeight() const { |