From d2f6ecd73457de4ca12603b57e6c5d2e135e5d2d Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Thu, 17 May 2007 11:21:36 +0000 Subject: Fixed a Bug in UScreenSongJumpto that causes a wrong Song is Displayed in Song Selection when Tabs=0 and Search is opened, Search Type is changed and Search is closed. Fixed Position of SelectSlideType in Jump to Song Screen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@209 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Screens/UScreenSongJumpto.pas | 2 +- Themes/Deluxe.ini | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Game/Code/Screens/UScreenSongJumpto.pas b/Game/Code/Screens/UScreenSongJumpto.pas index 60410d91..42aedf3c 100644 --- a/Game/Code/Screens/UScreenSongJumpto.pas +++ b/Game/Code/Screens/UScreenSongJumpto.pas @@ -214,7 +214,7 @@ begin VisSongs := Count; //Fix SongSelection - ScreenSong.Interaction := 0; + ScreenSong.Interaction := high(CatSongs.Song); ScreenSong.SelectNext; ScreenSong.FixSelected; diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 73fe2102..9b9dea47 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -7160,13 +7160,13 @@ Z=1 Tex = button TexSBG = mainicon #Text = SONG_JUMPTO_TYPE_DESC -Font=10 +Font=1 X = 192 -Y = 185 +Y = 205 Z = 1 W = 0 -H = 0 -SkipX = 0 +H = 30 +SkipX = 4 SBGW= 300 Fields=2 DColor = LightBlue -- cgit v1.2.3