comment clarification.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16010 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-11-22 14:37:18 +00:00
parent e0e00a92fc
commit d67e506396

View File

@ -52,9 +52,9 @@ common to all frontends.
The BufferView is a tool used by the view that translates a part of
the Buffer contents into drawing routines. The BufferView asks each
inset of the Buffer to draw itself onto the screen using the Painter.
There is only Buffer loaded per BufferView. While there is the
possibility to switch Buffer inside the BufferView, the goal is to
instantiate a new BufferView on each Buffer switch.
There can be only one Buffer displayed in a BufferView. While there
is the possibility to switch Buffer inside the BufferView, the goal
is to instantiate a new BufferView on each Buffer switch.
\todo Instantiate a new BufferView on each Buffer switch.