Skip to content

Commit 47c90e9

Browse files
committed
Fix MemoryRegionDialog prepopulating length for file backed regions.
1 parent 4bf1377 commit 47c90e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/memorymap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class BINARYNINJAUIAPI MemoryRegionDialog : public QDialog
6767
BinaryViewRef m_data;
6868
SegmentRef m_segment;
6969
std::optional<std::string> m_filePath;
70+
bool m_nameManuallyEdited = false;
7071

7172
void SelectFile();
7273
void Submit();

0 commit comments

Comments
 (0)