Qt: Fix missing line on first postfx category

pull/3261/head
Stenzek 7 months ago
parent 3282366ea7
commit 5656f91bd2
No known key found for this signature in database

@ -341,7 +341,7 @@ void PostProcessingShaderConfigWidget::createUi()
m_layout->addWidget(label, row++, 0, 1, 3, Qt::AlignLeft);
}
if (last_category)
if (last_category || !option.category.empty())
{
QLabel* line = new QLabel(this);
line->setFrameShape(QFrame::HLine);

Loading…
Cancel
Save