Changes between Initial Version and Version 1 of Ticket #8378, comment 2


Ignore:
Timestamp:
Apr 18, 2012, 6:13:45 PM (12 years ago)
Author:
yourpalal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8378, comment 2

    initial v1  
    11Okay, my insight from looking at the screenshot is we've got two problems:
    22
    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.
     31. 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.
    442. That border problem... not sure what that's about, maybe someone could do a bisect to find out when it appeared.
    55
    66Anyway, I think this would make a good 'easy' ticket, so I'm setting it as such.
     7
     8Edit: problem #1 occurs when the menu field is added directly to a window, not a view.