mirror of https://github.com/snes9xgit/snes9x.git
Qt: Hide software filter box.
May remove this in the future because it's unneeded with shaders.
This commit is contained in:
parent
c9b90655bd
commit
8f41776532
|
@ -98,6 +98,8 @@ DisplayPanel::DisplayPanel(EmuApplication *app_)
|
|||
if (recreate)
|
||||
app->window->recreateUIAssets();
|
||||
});
|
||||
|
||||
groupBox_software_filters->hide();
|
||||
}
|
||||
|
||||
DisplayPanel::~DisplayPanel()
|
||||
|
|
|
@ -311,7 +311,7 @@ Output directly will cause the screen to change between the two modes and look w
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox_3">
|
||||
<widget class="QGroupBox" name="groupBox_software_filters">
|
||||
<property name="title">
|
||||
<string>Software Filters</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue