Skip to content

Commit

Permalink
Moved goto address above segment list in Segments menu because the se…
Browse files Browse the repository at this point in the history
…gment list can get long now that obj segments are being expanded
  • Loading branch information
robmcmullen committed Apr 13, 2016
1 parent a33202d commit 3e54e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnivore/tasks/hex_edit/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ def get_actions_Menu_Segments_SegmentParserGroup(self):

def get_actions_Menu_Segments_SegmentGroup(self):
return [
SegmentChoiceGroup(id="a2", separator=True),
Separator(),
SegmentGotoAction(),
SegmentChoiceGroup(id="a2", separator=True),
]

def get_actions_Menu_Bytes_HexModifyGroup(self):
Expand Down

0 comments on commit 3e54e14

Please sign in to comment.