diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-17 11:21:36 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-17 11:21:36 +0000 |
commit | d2f6ecd73457de4ca12603b57e6c5d2e135e5d2d (patch) | |
tree | 02ef82cc7f7bb6917fe6609928a29dd42e2345c3 | |
parent | b00fb13d63e4b82a1de662bf3a37814bfd58dc8b (diff) | |
download | usdx-d2f6ecd73457de4ca12603b57e6c5d2e135e5d2d.tar.gz usdx-d2f6ecd73457de4ca12603b57e6c5d2e135e5d2d.tar.xz usdx-d2f6ecd73457de4ca12603b57e6c5d2e135e5d2d.zip |
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
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Screens/UScreenSongJumpto.pas | 2 | ||||
-rw-r--r-- | 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
|