Qt: Skipdraw shouldn't be visible in global settings

This commit is contained in:
Stenzek 2023-02-28 21:28:01 +10:00 committed by refractionpcsx2
parent e08ae7e8fa
commit 8b4402c517
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget*
// Remove texture offset and skipdraw range for global settings.
m_ui.upscalingFixesLayout->removeRow(2);
m_ui.hardwareFixesLayout->removeRow(3);
m_ui.hardwareFixesLayout->removeRow(4);
m_ui.skipDrawStart = nullptr;
m_ui.skipDrawEnd = nullptr;
m_ui.textureOffsetX = nullptr;