mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +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 BufferView is a tool used by the view that translates a part of
|
||||||
the Buffer contents into drawing routines. The BufferView asks each
|
the Buffer contents into drawing routines. The BufferView asks each
|
||||||
inset of the Buffer to draw itself onto the screen using the Painter.
|
inset of the Buffer to draw itself onto the screen using the Painter.
|
||||||
There is only Buffer loaded per BufferView. While there is the
|
There can be only one Buffer displayed in a BufferView. While there
|
||||||
possibility to switch Buffer inside the BufferView, the goal is to
|
is the possibility to switch Buffer inside the BufferView, the goal
|
||||||
instantiate a new BufferView on each Buffer switch.
|
is to instantiate a new BufferView on each Buffer switch.
|
||||||
|
|
||||||
\todo 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