fresh icon indicating copy to clipboard operation
fresh copied to clipboard

minor bugs in pDockWidgetTitleBar and pToolButton

Open andreikop opened this issue 12 years ago • 0 comments

pToolButton: You forgot to initialize mDirection, but in setDirection check, if value is changed

QSize pDockWidgetTitleBar::sizeHint() const { if ( mDock->features() & QDockWidget::DockWidgetVerticalTitleBar ) { size.rheight() += fm.width( mDock->windowTitle() ) +wis.width(); } else { size.rwidth() += fm.width( mDock->windowTitle() ) +wis.width(); } () += looks strange

andreikop avatar Jan 19 '12 06:01 andreikop