Skip to content
Snippets Groups Projects
Commit f18775d2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix the date format selection for wizard mode (cosmetic)

... using WIN_FIXEDHEIGHT mode to limit the list height in wizard mode.

I had a solution using a negative width param value to specify a height limit,
but then I saw this code in ulist():
```
	if(mode&WIN_FIXEDHEIGHT) {
		height=api->list_height;
	}
```

something Deuce added for SyncTERM and I don't think I've ever used before.
It works.
parent 289c3e5c
No related branches found
No related tags found
No related merge requests found
Pipeline #5205 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment