If we normally define a button bar as "DEFINE BUTTONBAR oBar OF oWnd SIZE 60,60 3D", it is working. But if we try the following code :
- Code: Select all Expand view
DEFINE BUTTONBAR oBar OF oWnd SIZE 60,60
oBar:l3D := .T.
I am getting this kind of appearance.
I noticed this when I was writing code for conditional use of 2007 style depending on the ColorsQty(). Though right now, I am getting what I want by coding in a different way, I feel that the button bars should paint correctly even for the above code