mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
comment clarification.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16010 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e0e00a92fc
commit
d67e506396
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user