Commit 5a77877f authored by Richard Leggett's avatar Richard Leggett
Browse files

Fixed bug introduced by last change.

parent b7066a38
......@@ -190,8 +190,6 @@ Wed 10-Jun-98
- Fixed bug associated with select all files and select all windows not
selecting.
Checked in.
Thu 16-Jul-98
- If Ursula window manager not present, always iconises to close icon.
......@@ -202,3 +200,10 @@ Mon 20-Jul-98
Tue 21-Jul-98
- If the co-ordinates for Message_IconizeAt put an icon off screen, it
is pushed back on screen by Pinboard.
Checked in. Tagged as rleggett_Pinboard-0_75
Retagged as rleggett_Pinboard-0_75b (after minor change)
Wed 22-Jul-98
- Last change introduced minor positioning bug. This now fixed.
\ No newline at end of file
......@@ -8,7 +8,7 @@
Version SETA 074 ; 001
VString SETS "0.74" ; "0.01"
Date SETS "21 Jul 1998" ; "05 Aug 1990"
Date SETS "22 Jul 1998" ; "05 Aug 1990"
;;;;;;; Remember to change the Templates file.
END
......@@ -798,7 +798,7 @@ got_task_name
CMP r0, #0
MOVLT r0, #0
LDR r1, Screen_x1
SUB r1, r1, #grid_x_spacing
SUB r1, r1, #grid_x_spacing - 8
CMP r0, r1
MOVGT r0, r1
STR r0, iconize_x
......@@ -807,7 +807,7 @@ got_task_name
CMP r0, #0
MOVLT r0, #0
LDR r1, Screen_y1
SUB r1, r1, #grid_y_spacing
SUB r1, r1, #grid_y_spacing - 8
CMP r0, r1
MOVGT r0, r1
STR r0, iconize_y
......
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