1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00
scrawl a35f7c73ae Fixes #1286 (Dialogue topic list clips with window frame)
The first problem was with the ScrollView skin, which had a full-sized client area. Since the scrollbar starts out visible, MyGUI expects the client area to be smaller to accomodate for the scrollbar width. As a result, the starting canvas size becomes bigger than the view size.
Another bug was with the MWList code: reducing the canvas size for the scrollbar is not needed, since MyGUI is already doing that, and attempting to do it manually interferes with the view offset.
2014-04-28 18:40:29 +02:00
..
2013-03-12 21:21:08 +01:00
2013-11-10 20:11:53 +04:00
2014-03-20 13:59:00 +01:00
2013-06-23 21:28:58 -05:00
2014-01-16 08:41:29 +01:00
2013-07-31 13:55:56 +02:00
2013-09-07 09:30:40 +02:00
2014-01-16 08:44:56 +01:00