mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Fixed missing option registration
This commit is contained in:
parent
1db67799b6
commit
c4afebca11
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ public class VisualGraphOptions {
|
|||
options.registerOption(USE_MOUSE_RELATIVE_ZOOM_KEY, useMouseRelativeZoom(), help,
|
||||
USE_MOUSE_RELATIVE_ZOOM_DESCRIPTION);
|
||||
|
||||
options.registerOption(USE_CONDENSED_LAYOUT_KEY, useCondensedLayout(), help,
|
||||
USE_CONDENSED_LAYOUT_DESCRIPTION);
|
||||
|
||||
options.registerOption(VIEW_RESTORE_OPTIONS_KEY, ViewRestoreOption.START_FULLY_ZOOMED_OUT,
|
||||
help, VIEW_RESTORE_OPTIONS_DESCRIPTION);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue