Vincent van Ravesteijn wrote:
> First, the second is basically the function call and not just some
> conditional logic, second, it is now clearer to what the comment is
> referring to, third, there will hopefully be #ifndef QT_VERSION >=
> 40x000 commands around the first if statement.
Thanks.
Jü
Jürgen Spitzmüller schreef:
Vincent van Ravesteijn wrote:
To branch ?
Yes.
BTW, why the nested if-statement (and no &&)?
Jürgen
First, the second is basically the function call and not just some
conditional logic, second, it is now clearer to what the comment is
referring to, thi
Vincent van Ravesteijn wrote:
> To branch ?
Yes.
BTW, why the nested if-statement (and no &&)?
Jürgen
v...@lyx.org schreef:
Author: vfr
Date: Fri Aug 7 14:49:03 2009
New Revision: 30897
URL: http://www.lyx.org/trac/changeset/30897
Log:
Work-around for bug #6034: Applying preferences confuses window about its size.
Modified:
lyx-devel/trunk/src/frontends/qt4/GuiView.cpp
Modified: lyx-devel/