Unbreak build.
This commit is contained in:
parent
56292974a4
commit
92127e1abe
@ -209,7 +209,7 @@ PartitionSplitterWidget::minimumSizeHint() const
|
||||
void
|
||||
PartitionSplitterWidget::paintEvent( QPaintEvent* event )
|
||||
{
|
||||
QPainter painter( viewport() );
|
||||
QPainter painter( this );
|
||||
painter.fillRect( rect(), palette().window() );
|
||||
painter.setRenderHint( QPainter::Antialiasing );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user