We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4af283 commit f3ccbb9Copy full SHA for f3ccbb9
plugins/builtin/include/content/views/view_data_inspector.hpp
@@ -68,7 +68,7 @@ namespace hex::plugin::builtin {
68
bool m_reverse = false;
69
70
ui::VisualizerDrawer m_visualizerDrawer;
71
- ImHexApi::HexEditor::ProviderRegion m_selectedRegion;
+ ImHexApi::HexEditor::ProviderRegion m_selectedRegion = {};
72
size_t m_validBytes = 0;
73
std::atomic<bool> m_dataValid = false;
74
@@ -78,7 +78,7 @@ namespace hex::plugin::builtin {
78
79
TaskHolder m_updateTask;
80
81
- std::string m_editingValue = "";
+ std::string m_editingValue;
82
83
bool m_tableEditingModeEnabled = false;
84
std::set<std::string> m_hiddenValues;
0 commit comments