mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* src/frontends/qt3/lyx_gui.C: compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14109 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa460e9217
commit
9cbcb8a39e
@ -237,7 +237,7 @@ void start(string const & batch, vector<string> const & files,
|
||||
view.setGeometry(posx, posy, width, height);
|
||||
|
||||
if (maximize)
|
||||
view.setWindowState(WindowMaximized);
|
||||
view.setWindowState(Qt::WindowMaximized);
|
||||
|
||||
view.show();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user