Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Cameron Cawley
Browse
Commits
ddfb7ee4
Commit
ddfb7ee4
authored
27 years ago
by
David Brown
Browse files
Options
Download
Email Patches
Plain Diff
Slight alteration to drag and drop model
parent
35d847e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
c/Hotlist
c/Hotlist
+8
-1
No files found.
c/Hotlist
View file @
ddfb7ee4
...
...
@@ -4528,8 +4528,15 @@ static int hotlist_drag_completed_handler(int event_code, WimpPollBlock *event,
{
/* If we're over half way past the item, place after it */
if
(
targetitem
->
type
==
hl_directory
&&
targetitem
->
flags
&
HOTLIST_D_IS_OPEN
)
{
position
=
HOTLIST_POSITION_BEGINNING
;
}
else
{
position
=
HOTLIST_POSITION_AFTER
;
}
}
else
{
/* Otherwise, place before */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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