diff options
Diffstat (limited to 'khexedit/hexviewwidget.cc')
-rw-r--r-- | khexedit/hexviewwidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexviewwidget.cc b/khexedit/hexviewwidget.cc index a031703..6c15ae3 100644 --- a/khexedit/hexviewwidget.cc +++ b/khexedit/hexviewwidget.cc @@ -629,7 +629,7 @@ void CHexViewWidget::updateView( bool redraw, bool fixCursor ) tooMuchX += mScrollBarSize; if( horzScrollbarVisible == false && tooMuchX > 0 ) { - //Qt::Horizontal scrollbar will be visible after all. + // Horizontal scrollbar will be visible after all. editHeight -= mScrollBarSize; tooMuchY += mScrollBarSize; } |