]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.C
add missing typename
[lyx.git] / src / BufferView_pimpl.C
index e4c70906e48c2c9b14ffed83dfbe54bf46800ba6..cad89d3fdfa8eb378a486ab21bfb3e2765d858b1 100644 (file)
@@ -412,7 +412,7 @@ void BufferView::Pimpl::updateScrollbar()
 
        lyxerr[Debug::GUI] << "text_height now " << text_height << endl;
        lyxerr[Debug::GUI] << "work_height " << work_height << endl;
+
        /* If the text is smaller than the working area, the scrollbar
         * maximum must be the working area height. No scrolling will
         * be possible */
@@ -435,7 +435,7 @@ void BufferView::Pimpl::updateScrollbar()
 void BufferView::Pimpl::scrollCB(double value)
 {
        lyxerr[Debug::GUI] << "scrollCB of " << value << endl;
+
        if (!buffer_) return;
 
        current_scrollbar_value = long(value);