Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
613092a6
Commit
613092a6
authored
Mar 22, 1999
by
Lawson Whitney
Committed by
Alexandre Julliard
Mar 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made LB_GETCURSEL return focus_item if no item has been selected.
parent
cc5d924b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
listbox.c
controls/listbox.c
+3
-0
No files found.
controls/listbox.c
View file @
613092a6
...
...
@@ -2229,6 +2229,9 @@ LRESULT WINAPI ListBoxWndProc( HWND hwnd, UINT msg,
case
LB_GETCURSEL16
:
case
LB_GETCURSEL
:
retvalue
=
descr
->
selected_item
;
if
(
retvalue
==
-
1
)
retvalue
=
descr
->
focus_item
;
/* otherwise, if the user tries to move the selection with the */
/* arrow keys, we will give the application something to choke on */
goto
END
;
case
LB_GETTOPINDEX16
:
...
...
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