Skip to content

Commit

Permalink
set colour of Backlinks Panel to clMenu, tweak MacOS build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbannon committed Jan 17, 2024
1 parent 56a43a4 commit 0b1d63d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 138 deletions.
138 changes: 0 additions & 138 deletions package/mk_dmg-new.bash

This file was deleted.

1 change: 1 addition & 0 deletions package/mk_dmg.bash
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ else
if [ -z "$LAZ_DIR" ]; then
echo "Usage : $0 /Full/Path/Lazarus/dir"
echo "eg : $0 \$HOME/bin/lazarus/fixes_2_0"
echo "eg : $0 \$HOME/Desktop/Lazarus/lazarus_3_0"
exit
fi

Expand Down
2 changes: 2 additions & 0 deletions source/editbox.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -1219,9 +1219,11 @@ object EditBoxForm: TEditBoxForm
Width = 258
BorderSpacing.Left = 2
BorderSpacing.Top = 2
BevelColor = clMenu
Caption = 'PanelBackLinks'
ClientHeight = 234
ClientWidth = 258
Color = clMenu
ParentBackground = False
ParentColor = False
TabOrder = 4
Expand Down
1 change: 1 addition & 0 deletions source/editbox.pas
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
2023/04/08 Get a note's height and width before populating KMemo, saves 200mS on a big note !
2023/04/09 Keep Find-in-note prompt there unless not found.
2023/12/30 Added ability to display Back Links (Links button with nothing selected)
2024/01/17 Altered the colour of Backlinks Panel to clMenu AFTER building all except MacOS and Packman
}


Expand Down

0 comments on commit 0b1d63d

Please sign in to comment.