mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: 'Show All' Menu Item for GoForward Menu on macOS
This commit is contained in:
parent
e4c8873b33
commit
61d2ecbc1f
1 changed files with 3 additions and 1 deletions
|
|
@ -87,8 +87,10 @@ procedure onFileViewUpdated( const fileView: TFileView );
|
|||
Exit;
|
||||
item.setEnabled( fileView.hasNextHistory );
|
||||
menu:= TDarwinFileViewHistoryUtil.createForwardMenu(
|
||||
TCocoaToolBarUtils.getNSView(item),
|
||||
frmMain.ActiveFrame,
|
||||
@goToHistoryAction );
|
||||
@goToHistoryAction,
|
||||
5 );
|
||||
NSMenuToolbarItem(item).setMenu( menu );
|
||||
menu.release;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue