redraw title and title bar once we are done with reconfigure
fluxgen fluxgen
1 files changed,
3 insertions(+),
1 deletions(-)
jump to
M
src/FbWinFrame.cc
→
src/FbWinFrame.cc
@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 @@
// render the theme renderButtons(); renderHandles(); + redrawTitle(); + redrawTitlebar(); } unsigned int FbWinFrame::titleHeight() const {