]> git.sesse.net Git - kdenlive/blobdiff - src/abstractscopewidget.h
Levels added.
[kdenlive] / src / abstractscopewidget.h
index 65cde13823d270127b8743d61ceb5a0c885a1a9a..fba34962e028eaacd27d8c53f46634107cd8697d 100644 (file)
@@ -97,7 +97,9 @@ protected:
     /** Offset from the widget's borders */
     const uchar offset;
 
-    /** The rect on the widget we're painting in. */
+    /** The rect on the widget we're painting in.
+        Can be used by the implementing widget, e.g. in the render methods.
+        Is updated when necessary (size changes). */
     QRect m_scopeRect;
 
     /** Images storing the calculated layers. Will be used on repaint events. */