mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
300611ec43
commit
0f58260014
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user