]> git.lyx.org Git - features.git/commit
Move some horizontal scrolling code from TextMetrics to BufferView
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 29 Feb 2016 15:05:06 +0000 (16:05 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 30 May 2016 12:55:41 +0000 (14:55 +0200)
commit96fee0ed7acdd9d757d59b126f07631176e2d96f
tree38fe10304f21644894270570bff05db6efe843c1
parent77ef48d093d08ef3491e4f00a994f9709b41ccf2
Move some horizontal scrolling code from TextMetrics to BufferView

It is better to have all the code in the same place, and it will avoid code duplication later.
src/BufferView.cpp
src/BufferView.h
src/TextMetrics.cpp