mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
ui/patterns: Added settings tooltips, fixed pattern crash (#464)
* fix: pattern segfault typo * ui: added few tooltips into settings Co-authored-by: WerWolv <werwolv98@gmail.com>
This commit is contained in:
@@ -299,7 +299,7 @@ namespace hex::pl {
|
||||
}
|
||||
|
||||
|
||||
if (auto &arrayEntries = arrayPattern->getEntries(); !entries.empty())
|
||||
if (auto &arrayEntries = arrayPattern->getEntries(); !arrayEntries.empty())
|
||||
arrayPattern->setTypeName(arrayEntries.front()->getTypeName());
|
||||
|
||||
arrayPattern->setEntries(std::move(entries));
|
||||
|
||||
Reference in New Issue
Block a user