llrender and lldir merge. Removed duplicate assets from skins. cleaned up skin textures.xml files to only include changes from default.
This commit is contained in:
@@ -72,9 +72,9 @@ LLSlider::LLSlider(
|
||||
mMouseDownSignal( NULL ),
|
||||
mMouseUpSignal( NULL )
|
||||
{
|
||||
mThumbImage = LLUI::getUIImage("icn_slide-thumb_dark.tga");
|
||||
mTrackImage = LLUI::getUIImage("icn_slide-groove_dark.tga");
|
||||
mTrackHighlightImage = LLUI::getUIImage("icn_slide-highlight.tga");
|
||||
mThumbImage = LLUI::getUIImage("SliderThumb_Off");
|
||||
mTrackImage = LLUI::getUIImage("SliderTrack_Horiz");
|
||||
mTrackHighlightImage = LLUI::getUIImage("SliderTrack_Horiz_Highlight");
|
||||
|
||||
// properly handle setting the starting thumb rect
|
||||
// do it this way to handle both the operating-on-settings
|
||||
|
||||
Reference in New Issue
Block a user