Pavel Sanda schreef:
currently i seeGuiImage.cpp: In member function 'bool lyx::graphics::GuiImage::scale(const lyx::graphics::Params&)': GuiImage.cpp:168: warning: comparison of unsigned expression < 0 is always falsewhich is becauseunsigned 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