mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix return value. Committed wrong version.
This commit is contained in:
parent
88e739b44b
commit
16e7e93d54
@ -1371,7 +1371,7 @@ int parse_geometry(string const & arg1, string const &, string &)
|
|||||||
return -1;
|
return -1;
|
||||||
#else
|
#else
|
||||||
// but that is only done if QPA_XCB is not defined.
|
// but that is only done if QPA_XCB is not defined.
|
||||||
return 0;
|
return 1;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user