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

Fix dynamically calcluated list height bug when in T2B mode and top val given

In T2B (top to bottom centering) mode, the 'top' parametr value isn't actually
for the top of the window position (later), so just zero it here in case it
was specified (and non-zero) to correct the calcutation on the next lines:
```
	if(top+height>s_bottom)
		height=(s_bottom)-top;
```
parent 51083bcc
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment