diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-05-12 07:56:37 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-05-12 07:56:37 -0400 |
commit | 0b7264545ccd3dfe286e66f7fe1f282c46a12d31 (patch) | |
tree | bf0aa01ea2b8527dc216475bc37a96c9074ea4e3 /dw/view.hh | |
parent | 3e7f5e64ef7f922afcdaf1152e6c1f2b696f47d8 (diff) |
Bug fix: resize the viewport internally (when attached to a layout)
* It also has a fix for scrollbars resize, and an optimization to avoid
scrollbar adjustment overhead.
Diffstat (limited to 'dw/view.hh')
-rw-r--r-- | dw/view.hh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -92,12 +92,6 @@ public: * This will normally imply a resize of the UI widget. Width and height are * the dimensions of the new size, \em including the scrollbar thicknesses. * - * \bug The rest of this comment needs to be updated. - * - * markerWidthDiff and markerHeightDiff are the respective dimensions of - * the viewport markers (see dw::core::getMarkerWidthDiff and - * dw::core::getMarkerHeightDiff), if they are 0, the respective - * marker should not be shown at all. */ virtual void setViewportSize (int width, int height, int hScrollbarThickness, |