mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
rsx_debugger: layout refactoring for highdpi and resizeability
This commit is contained in:
parent
92ec846375
commit
4899e35fbb
4 changed files with 209 additions and 196 deletions
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue