fix: Custom data inspector rows not being writable correctly

This commit is contained in:
WerWolv
2023-03-21 13:16:22 +01:00
parent 8731b7582b
commit d82f0e952f
2 changed files with 29 additions and 19 deletions

View File

@@ -39,6 +39,8 @@ namespace hex::plugin::builtin {
TaskHolder m_updateTask;
std::string m_editingValue = "";
pl::PatternLanguage m_runtime;
};
}