satisfactorymodding / SatisfactoryModLoader

SatisfactoryModLoader is an unofficial tool to load mods for the game Satisfactory.
GNU General Public License v3.0
272 stars 178 forks source link

Builder scrollbar #67

Closed dragonofmercy closed 3 years ago

dragonofmercy commented 3 years ago

Hi, I have an issue everytime I use SML, when you open the builder the scrollbar is displayed like below.

odzfqyu9uoq51

I have also tested to only use loader without mods, same problem, I think it's not a mod problem.

Ryder17z commented 3 years ago

It's a GUI problem with the game.

On Mon, Dec 7, 2020, 10:14 Dragon notifications@github.com wrote:

Hi, I have an issue everytime I use SML, when you open the builder the scrollbar is displayed like below.

[image: odzfqyu9uoq51] https://user-images.githubusercontent.com/140013/101331817-c8bb1e00-3874-11eb-9fa2-e3ed1f7e641f.png

I have also tested to only use loader without mods, same problem, I think it's not a mod problem.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/satisfactorymodding/SatisfactoryModLoader/issues/67, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPIOP2JHPPT7AUJGVGCSITSTSMIJANCNFSM4UQE7LXQ .

dragonofmercy commented 3 years ago

Look at the first reply of this post https://www.reddit.com/r/SatisfactoryGame/comments/j3v027/scroll_bar_in_builder/ .I have checked on the code and find this: https://github.com/satisfactorymodding/SatisfactoryModLoader/blob/master/Source/SML/player/BuildMenuTweaks.cpp

//Create scroll box, populate it and set content
UScrollBox* ScrollBox = NewObject<UScrollBox>(RootWidget);
ScrollBox->SetScrollbarThickness(FVector2D(2.0f, 2.0f));
RootWidget->SetContent(ScrollBox);
ScrollBox->AddChild(ContentWidget);
Nogg-aholic commented 3 years ago

Issue is fixable but low priority for us. Either the GameDevs will take care of it ( Devs know about it ) or someone of us needs to take some Time to confirm a working solution.

budak7273 commented 3 years ago

Closing this issue since it was resolved by base game a while back.