rsx_debugger: layout refactoring for highdpi and resizeability

This commit is contained in:
Megamouse 2018-03-28 20:37:57 +02:00 committed by Ivan
parent 92ec846375
commit 4899e35fbb
4 changed files with 209 additions and 196 deletions

View file

@ -1153,7 +1153,7 @@ void main_window::CreateConnects()
connect(ui->toolsRsxDebuggerAct, &QAction::triggered, [=]
{
rsx_debugger* rsx = new rsx_debugger(this);
rsx_debugger* rsx = new rsx_debugger(guiSettings);
rsx->show();
});