Skip to content

Commit

Permalink
Potential fix for issue #60
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardoxx committed Mar 30, 2015
1 parent 0819abb commit 32d6ce3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/HUDWidgets/WidgetLoader.as
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ class WidgetLoader extends MovieClip
skse.SendModEvent("SKIWF_hudModeChanged", a_hudMode);
}
_root.HUDMovieBaseInstance.HudElements.push(_hudModeDispatcher);

// Fixes for elements which become visible for large resolutions
_root.HUDMovieBaseInstance.WeightTranslated._alpha = 0;
_root.HUDMovieBaseInstance.ValueTranslated._alpha = 0;
_root.HUDMovieBaseInstance.QuestUpdateBaseInstance.LevelUpTextInstance._alpha = 0;
}

public function onLoadInit(a_widgetHolder: MovieClip): Void
Expand Down

0 comments on commit 32d6ce3

Please sign in to comment.