]> git.lyx.org Git - features.git/commitdiff
adjust two comments
authorAlfredo Braunstein <abraunst@lyx.org>
Tue, 25 Nov 2003 16:49:02 +0000 (16:49 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Tue, 25 Nov 2003 16:49:02 +0000 (16:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8136 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/render_graphic.C
src/insets/render_graphic.h

index 2070344f587b47a83824c5544fdc8110c0a23362..f608be8c95f1e8042c153f8cb8c63ececa4d97b4 100644 (file)
@@ -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_
 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
 
        * insetgraphics.C (draw): cache xo_ & yo_
index 05f939cf6871da0039204533c8db9a5d63e71094..1da739124fb154372ac4763b441041d84f4154cd 100644 (file)
@@ -168,8 +168,8 @@ void RenderGraphic::draw(PainterInfo & pi, int x, int y) const
            !loader_.monitoring())
                loader_.startMonitoring();
 
            !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,
 
        if (readyToDisplay(loader_)) {
                pi.pain.image(x + InsetOld::TEXT_TO_INSET_OFFSET,
index 7da3fa949abfbb906fa3b917fe9a20565431a42f..7ce10c3476477fcd3c040be0f48b06571f861181 100644 (file)
@@ -29,7 +29,7 @@ public:
 
        /// compute the size of the object returned in dim
        void metrics(MetricsInfo & mi, Dimension & dim) const;
 
        /// 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.
        void draw(PainterInfo & pi, int x, int y) const;
 
        /// Refresh the info about which file to display and how to display it.