Left clic on 8bit button now opens the menu if no mode has previously been selected

This commit is contained in:
Thomas Bernard
2018-11-26 10:50:52 +01:00
parent 9898c9b7f8
commit 8a3860611d
4 changed files with 19 additions and 5 deletions

View File

@@ -561,6 +561,12 @@ GFX2_GLOBAL byte Mask_mode;
/// Array of booleans. True if the indexed color is protected by the mask.
GFX2_GLOBAL byte Mask_table[256];
// -- 8 bit constraints mode
/// Selected constraint mode
GFX2_GLOBAL enum IMAGE_MODES Selected_Constraint_Mode;
// -- Magnifier data
#ifdef GLOBAL_VARIABLES