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

@@ -4901,7 +4901,7 @@ void Button_Effects(int btn)
case 14: // Constraint checker/enforcer
if (Window_attribute1==LEFT_SIDE)
if (Window_attribute1==LEFT_SIDE && Selected_Constraint_Mode > IMAGE_MODE_ANIMATION)
{
Button_Constraint_mode();
Hide_cursor();