Commit 634ea137 authored by Ben Avison's avatar Ben Avison
Browse files

Bugfix: window colours now correctly set up on exit from Wimp_UpdateWindow and...

Bugfix: window colours now correctly set up on exit from Wimp_UpdateWindow and Wimp_GetRectangle calls following a Wimp_UpdateWindow. This was also causing the background colour of some "unfilled", shaded, text-plus-sprite icons to be incorrectly calculated if they had previously been unshaded.
parent 32070f1e
......@@ -6,6 +6,6 @@
Version SETA 399
VString SETS "3.99"
Date SETS "25 May 1998"
Date SETS "27 May 1998"
END
......@@ -8848,6 +8848,10 @@ int_update_window3
ADDNE y1, y1, #2
]
BL int_visibleinner_x0y0x1y1
[ TrueIcon3
; set up true colours
BL setwindowcolours
]
Pull "PC"
int_visibleinner_x0y0x1y1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment