mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
OS X: Title bar can be clicked to access file path
This commit is contained in:
parent
4e38cf1524
commit
382b42d6c2
@ -1002,6 +1002,9 @@ void GuiView::updateWindowTitle(GuiWorkArea * wa)
|
||||
return;
|
||||
setWindowTitle(qt_("LyX: ") + wa->windowTitle());
|
||||
setWindowIconText(wa->windowIconText());
|
||||
#if (QT_VERSION >= 0x040400)
|
||||
setWindowFilePath(wa->bufferView().buffer().absFileName().c_str());
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user