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
9cb856dd
Commit
9cb856dd
authored
Feb 28, 2015
by
Željan Rikalo
🏊🏼
Browse files
LCL: TCustomSplitter, fixed bug with dangling pointer of rubber band. issue
#27559
git-svn-id: trunk@48047 -
parent
26f5be27
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/include/customsplitter.inc
View file @
9cb856dd
...
...
@@ -590,7 +590,10 @@ begin
if
Assigned
(
OnMoved
)
then
OnMoved
(
Self
);
if
ResizeStyle
in
[
rsLine
,
rsPattern
]
then
begin
DestroyRubberBand
(
FSplitterWindow
);
FSplitterWindow
:=
0
;
end
;
end
;
end
;
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#27559 (closed)
·
Jul 28, 2021
mentioned in issue
#27559 (closed)
mentioned in issue #27559
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