From: Alfredo Braunstein Date: Tue, 25 Nov 2003 16:49:02 +0000 (+0000) Subject: adjust two comments X-Git-Tag: 1.6.10~15750 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1dc2202e8b647ca07fd0602356c6537e75a88f7c;p=features.git adjust two comments git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8136 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 2070344f58..f608be8c95 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2003-11-25 Alfredo Braunstein + + * render_graphic.[Ch]: adjust comments + 2003-11-24 Alfredo Braunstein * insetgraphics.C (draw): cache xo_ & yo_ diff --git a/src/insets/render_graphic.C b/src/insets/render_graphic.C index 05f939cf68..1da739124f 100644 --- a/src/insets/render_graphic.C +++ b/src/insets/render_graphic.C @@ -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, diff --git a/src/insets/render_graphic.h b/src/insets/render_graphic.h index 7da3fa949a..7ce10c3476 100644 --- a/src/insets/render_graphic.h +++ b/src/insets/render_graphic.h @@ -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.