propagateSize during styleChange() in order to get new scrollbar extents.

svn path=/trunk/kdebase/konsole/; revision=32351
wilder-portage
Daniel M. Duley 27 years ago
parent ba09fd606e
commit ae4dfb5915
  1. 5
      src/TEWidget.C

@ -907,3 +907,8 @@ QSize TEWidget::calcSize(int cols, int lins)
int scw = (scrollLoc==SCRNONE?0:scrollbar->width());
return QSize( font_w*cols + 2*rimX + frw + scw, font_h*lins + 2*rimY + frh );
}
void TEWidget::styleChange(QStyle &)
{
propagateSize();
}

Loading…
Cancel
Save