-Add some more zoom factors (up to x32)
-Replace the zoom window with a popup menu. Note this make shift+M unusable. Do you think it's annoying ? (also, I don't know how to remove/disable the shortcut, and have no idea what it could do instead) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1272 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
global.h
2
global.h
@@ -742,7 +742,7 @@ GFX2_GLOBAL byte Mask_table[256];
|
||||
// -- Magnifier data
|
||||
|
||||
#ifdef GLOBAL_VARIABLES
|
||||
word ZOOM_FACTOR[NB_ZOOM_FACTORS]={2,3,4,5,6,8,10,12,14,16,18,20};
|
||||
word ZOOM_FACTOR[NB_ZOOM_FACTORS]={2,3,4,5,6,8,10,12,14,16,18,20, 24, 28, 32};
|
||||
#else
|
||||
/// Successive zoom factors, used by the Magnifier.
|
||||
extern word ZOOM_FACTOR[NB_ZOOM_FACTORS];
|
||||
|
||||
Reference in New Issue
Block a user