From 185643aa269e728e9618680c0cd42e23914bd662 Mon Sep 17 00:00:00 2001 From: Jonathan Payne Date: Fri, 6 Jul 2012 11:56:41 -0700 Subject: [PATCH] Fix editor yellow syndrome, remove EditModifiers metric --- Themes/_fallback/metrics.ini | 2 +- Themes/default/BGAnimations/ScreenEdit background.lua | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 02715a1442..3467666af3 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -3822,7 +3822,7 @@ ShowCreditDisplay=false ShowStyleIcon=false InvertScrollSpeedButtons=false TimerSeconds=-1 -EditModifiers="no reverse" +EditModifiers="" EditHelpX=SCREEN_LEFT+4 EditHelpY=SCREEN_TOP+16 EditHelpOnCommand=halign,0;valign,0;zoom,0.5;shadowlength,1 diff --git a/Themes/default/BGAnimations/ScreenEdit background.lua b/Themes/default/BGAnimations/ScreenEdit background.lua index 5f761e136e..150a3537d8 100644 --- a/Themes/default/BGAnimations/ScreenEdit background.lua +++ b/Themes/default/BGAnimations/ScreenEdit background.lua @@ -3,10 +3,6 @@ local t = Def.ActorFrame { }; t[#t+1] = Def.ActorFrame { InitCommand=cmd(Center); - Def.Quad { - InitCommand=cmd(scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT); - OnCommand=cmd(diffuse,color("#ffcb05")); - }; LoadActor( THEME:GetPathB("ScreenWithMenuElements","background/_bg top") ) .. { InitCommand=cmd(scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT); };