Merge pull request #32 from hfiref0x/patch-gui

Update MainWindow.cpp
This commit is contained in:
silverf0x
2019-01-16 14:13:24 +00:00
committed by GitHub
+4
View File
@@ -271,6 +271,10 @@ void MainWindow_C::SlotDecompileInterface(quint32 Pid, RPC_IF_ID* pIf)
if (pRpcInterfaceInfo == NULL) goto End;
InitDecompilerInfo(pRpcInterfaceInfo, &RpcDecompilerInfo);
__try{
if (!this->pDecompilationWidget->isVisible())
this->pDecompilationWidget->show();
RpcViewHelper_T LocalRpcViewHelper = {
this->pDecompilationWidget,
&RpcAlloc,