Ticket #20 (closed defect)

Opened 8 years ago

Last modified 6 years ago

"forty" demo fails under Motif

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: samples Version:
Keywords: Cc: mbarbon
Blocked By: Patch: no
Blocking:

Description

Bug#: 74
Product: .wxWindows
Version: 2.2.0
Platform: wxMotif
OS/Version: All
Status: NEW
Resolution:
Severity: normal
Priority: P2
Component: samples
AssignedTo: ???
ReportedBy: paul@…
URL:
Summary: "forty" demo fails under Motif

I have tried the "Forty Thieves" demo app (demos/forty) using wxMotif
on several platforms - SGI (Irix 6.5) and Sun (SunOS 5.6) using Motif,
and Linux (RH 6.0) using LessTif, and the color on the cards is
screwed up in the same way on all these platforms.

When the cards are at rest, the numbers and suit icons are displayed

in black with green backgrounds, although the face card graphics seem
okay. When a card is picked up and moved, the background for the whole
card switches to white, but the color of the numbers and suit icons is
still black for diamonds and hearts.

Change History

Changed 6 years ago by mbarbon

Motif behaviour until now was to use pen/brush colour for the
foreground/background when blitting from a monochrome
bitmap. MSW and GTK used text fore/background colour.
Now Motif acts like MSW and GTK.

Mattia

Note: See TracTickets for help on using tickets.