Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
b8503e19
Commit
b8503e19
authored
May 25, 2015
by
Juha Manninen
Browse files
Menueditor: Fix error when moving menu items. Issue
#27849
, patch from Michl.
git-svn-id: trunk@49172 -
parent
9d7274a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
designer/designermenu.pp
View file @
b8503e19
...
...
@@ -1994,6 +1994,8 @@ begin
DMenuItem
.
NextItem
:=
TempMI
;
if
(
DMenuItem
.
ParentMenu
<>
nil
)
then
DMenuItem
.
ParentMenu
.
SubMenu
:=
DMenuItem
;
if
(
TempMI
.
NextItem
<>
nil
)
then
TempMI
.
NextItem
.
PrevItem
:=
TempMI
;
if
(
DMenuItem
.
PrevItem
<>
nil
)
then
DMenuItem
.
PrevItem
.
NextItem
:=
DMenuItem
;
Result
:=
1
;
...
...
Maxim Ganetsky
@ganmax
mentioned in commit
1a0133d9
·
Jul 27, 2021
mentioned in commit
1a0133d9
mentioned in commit 1a0133d9d21b15e88a7c5641b9d78bfb0137baab
Toggle commit list
FPC Admin account
@fpc_admin
mentioned in issue
#27849 (closed)
·
Jul 29, 2021
mentioned in issue
#27849 (closed)
mentioned in issue #27849
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment