Opened 18 years ago

Closed 18 years ago

Last modified 5 years ago

#2578 closed defect (fixed)

GUI: Changing scaler also changes the cursor colour

Reported by: eriktorbjorn Owned by: eriktorbjorn
Priority: normal Component: GUI
Version: Keywords:
Cc: Game:

Description

If I change scaler (or toggle aspect-ratio correction) while using the GUI, the cursor changes colour. One good example of this is the game launcher, where the cursor will turn green.

Ticket imported from: #1476666. Ticket imported from: bugs/2578.

Change History (5)

comment:1 by lordhoto, 18 years ago

It looks like the backend changes the palette or something on a screen change, also the SDL backend doesn't allow a cursor palette change while the overlay is shown (any reason for that, or is it a bug?).

comment:2 by sev-, 18 years ago

Owner: changed from lordhoto to sev-

comment:3 by eriktorbjorn, 18 years ago

Owner: changed from sev- to eriktorbjorn
Resolution: fixed
Status: newclosed

comment:4 by eriktorbjorn, 18 years ago

I don't know if there's any reason for not allowing cursor palette in overlay mode, but it seems to me that it should be easy to fix any issues it may cause for in-game cursors.

I've changed the backend to allow cursor palettes in overlay mode. (The reason the initial cursor worked was that it set the cursor palette before going into overlay mode.)

comment:5 by digitall, 5 years ago

Component: --Unset--GUI
Note: See TracTickets for help on using tickets.