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
4cbba7d8
Commit
4cbba7d8
authored
27 years ago
by
David Brown
Browse files
Options
Download
Email Patches
Plain Diff
Slight change to when scrolling is canceled in hotlist_autoscroll()
parent
bd216181
master
ahodgkin_208_i4_2
ahodgkin_208_i4
ahodgkin_208_i3
ahodgkin_208_i2
ahodgkin_208_i1
ahodgkin_207release
ahodgkin_206release
ahodgkin_205release
ahodgkin_204release
ahodgkin_202release
ahodgkin_201release
ahodgkin_200release
ahodgkin_133beta
ahodgkin_132beta
ahodgkin_131beta
ahodgkin_130beta
ahodgkin_129
ahodgkin_128beta
ahodgkin_128alpha
ahodgkin_127beta2
ahodgkin_127beta
ahodgkin_126beta
ahodgkin_AW97
ahodgkin_AW97patch
Browse-2_19
Browse-2_18
Browse-2_17
Browse-2_16
Browse-2_15
Browse-2_14
Browse-2_13
Browse-2_12
Browse-2_11
Browse-2_10
Browse-2_09
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c/Hotlist
c/Hotlist
+2
-2
No files found.
c/Hotlist
View file @
4cbba7d8
...
...
@@ -3739,7 +3739,6 @@ static int hotlist_newren_directory_handler(int event_code, ToolboxEvent *event,
hotlist_preopen
();
hotlist_redraw_now
();
hotlist_modified
(
HL_MODIFIED_ALTER
);
//toolbox_hide_object(0, id_block->ancestor_id);
break
;
}
...
...
@@ -4466,6 +4465,7 @@ _kernel_oserror *hotlist_autoscroll(int window)
{
mouse_shape
=
Mouse_Shape_Normal
;
mouse_set_pointer_shape
(
Mouse_Shape_Normal
);
scrolling
=
0
;
}
}
}
...
...
@@ -5185,7 +5185,7 @@ _kernel_oserror * hotlist_add_position(int x, int y, char *description, char *ur
winy
=
coords_y_toworkarea
(
y
,
(
WimpRedrawWindowBlock
*
)
&
state
);
/* Calculate which item add is over */
hotlist_get_entry_sizes
(
&
item_height
,
&
item_dir_width
,
&
item_url_width
);
RetError
(
hotlist_get_entry_sizes
(
&
item_height
,
&
item_dir_width
,
&
item_url_width
)
)
;
targetitem
=
hotlist_find_item
(
hotlist_root
->
data
.
directory_content
,
-
winy
/
item_height
);
top
=
-
winy
/
item_height
;
...
...
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