1
0
Fork 0

Show struct widget in DisplayTypeDialog

This commit is contained in:
Duncan Ogilvie 2025-07-26 00:28:56 +02:00
parent 4c0c3cd3dc
commit 89033cb6ec
1 changed files with 1 additions and 0 deletions

View File

@ -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();
} }
} }
} }