diff --git a/src/osdep/gui/Navigation.cpp b/src/osdep/gui/Navigation.cpp index d05851c8..9ff58ecf 100644 --- a/src/osdep/gui/Navigation.cpp +++ b/src/osdep/gui/Navigation.cpp @@ -205,21 +205,21 @@ static NavigationMap navMap[] = // active move left move right move up move down // PanelDisplay - {"sldWidth", "", "", "chkFrameskip", "sldHeight"}, - {"sldHeight", "", "", "sldWidth", "chkAutoHeight"}, - {"chkAutoHeight", "Display", "Horizontal", "sldHeight", "Auto"}, - {"Auto", "Display", "Single", "chkAutoHeight", "Nearest Neighbor (pixelated)"}, - {"Nearest Neighbor (pixelated)", "Display", "Double", "Auto", "Linear (smooth)"}, - {"Linear (smooth)", "Display", "Scanlines", "Nearest Neighbor (pixelated)", "CorrectAR"}, - {"Single", "Auto", "Auto", "Vertical", "Double"}, - {"Double", "Nearest Neighbor (pixelated)", "Nearest Neighbor (pixelated)", "Single", "Scanlines"}, - {"Scanlines", "Linear (smooth)", "Linear (smooth)", "Double", "cboScreenmode"}, - {"CorrectAR", "Display", "cboScreenmode", "Linear (smooth)", "chkFrameskip"}, - {"cboScreenmode", "CorrectAR", "CorrectAR", "Scanlines", "chkFlickerFixer"}, - {"chkFlickerFixer", "Display", "cboScreenmode", "CorrectAR", "chkFrameskip"}, - {"chkFrameskip", "Display", "Display", "chkFlickerFixer", "sldWidth"}, - {"Vertical", "", "", "Horizontal", "Single"}, - {"Horizontal", "chkAutoHeight", "", "", "Vertical"}, + { "sldWidth", "", "", "chkFrameskip", "sldHeight" }, + { "sldHeight", "", "", "sldWidth", "chkAutoHeight" }, + { "chkAutoHeight", "Display", "Horizontal", "sldHeight", "cboScreenmode" }, + { "cboScreenmode", "Display", "Horizontal", "chkAutoHeight", "Auto" }, + { "Auto", "Display", "Single", "chkAutoHeight", "Nearest Neighbor (pixelated)" }, + { "Nearest Neighbor (pixelated)", "Display", "Double", "Auto", "Linear (smooth)" }, + { "Linear (smooth)", "Display", "Scanlines", "Nearest Neighbor (pixelated)", "CorrectAR" }, + { "Single", "Auto", "Auto", "Vertical", "Double" }, + { "Double", "Nearest Neighbor (pixelated)", "Nearest Neighbor (pixelated)", "Single", "Scanlines" }, + { "Scanlines", "Linear (smooth)", "Linear (smooth)", "Double", "CorrectAR" }, + { "CorrectAR", "Display", "Display", "Linear (smooth)", "chkFlickerFixer" }, + { "chkFlickerFixer", "Display", "Display", "CorrectAR", "chkFrameskip" }, + { "chkFrameskip", "Display", "Display", "chkFlickerFixer", "sldWidth" }, + { "Vertical", "", "", "Horizontal", "Single" }, + { "Horizontal", "chkAutoHeight", "", "", "Vertical" }, // active move left move right move up move down //PanelSound