mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
adjust two comments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8136 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ce686f1803
commit
1dc2202e8b
@ -1,3 +1,7 @@
|
||||
2003-11-25 Alfredo Braunstein <abraunst@lyx.org>
|
||||
|
||||
* render_graphic.[Ch]: adjust comments
|
||||
|
||||
2003-11-24 Alfredo Braunstein <abraunst@lyx.org>
|
||||
|
||||
* insetgraphics.C (draw): cache xo_ & yo_
|
||||
|
@ -168,8 +168,8 @@ void RenderGraphic::draw(PainterInfo & pi, int x, int y) const
|
||||
!loader_.monitoring())
|
||||
loader_.startMonitoring();
|
||||
|
||||
// This will draw the graphics. If the graphics has not been loaded yet,
|
||||
// we draw just a rectangle.
|
||||
// This will draw the graphics. If the graphics has not been
|
||||
// loaded yet, we draw just a rectangle.
|
||||
|
||||
if (readyToDisplay(loader_)) {
|
||||
pi.pain.image(x + InsetOld::TEXT_TO_INSET_OFFSET,
|
||||
|
@ -29,7 +29,7 @@ public:
|
||||
|
||||
/// compute the size of the object returned in dim
|
||||
void metrics(MetricsInfo & mi, Dimension & dim) const;
|
||||
/// draw inset and update (xo, yo)-cache
|
||||
/// draw inset
|
||||
void draw(PainterInfo & pi, int x, int y) const;
|
||||
|
||||
/// Refresh the info about which file to display and how to display it.
|
||||
|
Loading…
Reference in New Issue
Block a user