Changes between Initial Version and Version 1 of Ticket #8378, comment 2
- Timestamp:
- Apr 18, 2012, 6:13:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #8378, comment 2
initial v1 1 1 Okay, my insight from looking at the screenshot is we've got two problems: 2 2 3 1. BMenuField gets its background colour from its parent, but when it is added directly to a view, the parent view is inaccessible, so it must be done by the programmer.3 1. BMenuField gets its background colour from its parent, but when it is added directly to a window, the parent view is inaccessible, so it must be done by the programmer. 4 4 2. That border problem... not sure what that's about, maybe someone could do a bisect to find out when it appeared. 5 5 6 6 Anyway, I think this would make a good 'easy' ticket, so I'm setting it as such. 7 8 Edit: problem #1 occurs when the menu field is added directly to a window, not a view.