Fixed bad display and possible crash, when the zoomed area showed more than 512 pixels (requires resolution >1600)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@824 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-06-01 18:47:08 +00:00
parent 0826798943
commit 33bb5622c0
13 changed files with 16 additions and 45 deletions

View File

@@ -1399,7 +1399,6 @@ void Change_magnifier_factor(byte factor_index)
center_y=Main_magnifier_offset_Y+(Main_magnifier_height>>1);
Main_magnifier_factor=ZOOM_FACTOR[factor_index];
Zoom_factor_table=Magnify_table[factor_index];
Compute_magnifier_data();
if (Main_magnifier_mode)