Pavel Sanda schreef:
currently i see

GuiImage.cpp: In member function 'bool lyx::graphics::GuiImage::scale(const 
lyx::graphics::Params&)':
GuiImage.cpp:168: warning: comparison of unsigned expression < 0 is always false

which is because
unsigned int scale;

....

 if (params.scale < 0 || params.scale == 100)
                 return false;

i remember theer was some strange bug with scaling of lyx window few weeks
back. maybe its related.

No, that happened within Qt and only when param.scale == 50.
pavel
Vincent

Reply via email to