I found a bug related to GenViews. If I'm programming in Esp, and in my
definition of a subclass of a GenView I have:
class MyView = GenView {
default backColorR = C_BLACK;
default backColorFlags = CF_INDEX;
}
The background will draw as gray. What's wrong here?
------------------------------------------------------------------------
| Edward Di Geronimo Jr. edwdig@bergen.org |
------------------------------------------------------------------------