branch: Update the status bar when starting LyX (creating a new view) and when the last document is closed.

see r32652.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@32800 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-01-06 19:53:05 +00:00
parent 300611ec43
commit 0f58260014
2 changed files with 4 additions and 0 deletions

View File

@ -324,6 +324,7 @@ GuiView::GuiView(int id)
setAcceptDrops(true);
statusBar()->setSizeGripEnabled(true);
updateStatusBar();
// Forbid too small unresizable window because it can happen
// with some window manager under X11.
@ -759,6 +760,7 @@ void GuiView::on_lastWorkAreaRemoved()
updateDialogs();
resetWindowTitleAndIconText();
updateStatusBar();
if (lyxrc.open_buffers_in_tabs)
// Nothing more to do, the window should stay open.

View File

@ -111,6 +111,8 @@ What's new
- After selecting a word by double-clicking it, extending the selection
by a single mouse-click now also selects only whole words (bug 6400).
- Update the status bar after starting LyX and closing the last document.
* DOCUMENTATION AND LOCALIZATION