dtfile/File.c: implement a hack to fix Ticket #19, tree icons are black
authorJon Trulson <jon@radscan.com>
Mon, 30 Apr 2018 01:44:31 +0000 (19:44 -0600)
committerJon Trulson <jon@radscan.com>
Mon, 30 Apr 2018 02:01:43 +0000 (20:01 -0600)
commitc936a8c065f0f3bf0b4f323f2a7aa325acb1142f
treebe94b8ed0b1f463e6b19fc9843ddc34fe2576d7c
parentcd5d24021340bc95eb4e0cc3c39ff276792ef422
dtfile/File.c: implement a hack to fix Ticket #19, tree icons are black

The real issue seems to be a bug in Motif.  The background color for
these tree icons is always black.  Depending on what Palette you have
selected, it's possible for the foreground color to be black.  When
this happens, you will see a black square since both fg and bg are now
black.

You can select another Palette that works (ie: foreground is white)
and the problem goes away.  So, for now, we always force a white
foreground color so the actual symbols are visible in tree mode.
cde/programs/dtfile/File.c