Show struct widget in DisplayTypeDialog
This commit is contained in:
parent
4c0c3cd3dc
commit
89033cb6ec
|
@ -65,6 +65,7 @@ void DisplayTypeDialog::pickType(QWidget* parent, duint defaultAddr)
|
||||||
if(!selectedType.isEmpty())
|
if(!selectedType.isEmpty())
|
||||||
{
|
{
|
||||||
emit Bridge::getBridge()->typeVisit(selectedType, dialog.mCurrentAddress);
|
emit Bridge::getBridge()->typeVisit(selectedType, dialog.mCurrentAddress);
|
||||||
|
emit Bridge::getBridge()->focusStruct();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue