]> git.lyx.org Git - features.git/blobdiff - src/BufferView_pimpl.C
fix latex output for graphics file names containing "."; partly fix 381
[features.git] / src / BufferView_pimpl.C
index 261d8b3fcf44414cc03032458e8f913dd9fc0604..22c56172912d47def75885c3105aae1025bdbec7 100644 (file)
@@ -888,7 +888,7 @@ Inset * BufferView::Pimpl::checkInsetHit(LyXText * text, int & x, int & y)
 void BufferView::Pimpl::workAreaResize()
 {
        static int work_area_width;
-       static unsigned int work_area_height;
+       static int work_area_height;
 
        bool const widthChange = workarea().workWidth() != work_area_width;
        bool const heightChange = workarea().workHeight() != work_area_height;