diff options
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 { |