We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af2121 commit 445110dCopy full SHA for 445110d
Source/Menus/BuyMenuGUI.cpp
@@ -2287,7 +2287,7 @@ void BuyMenuGUI::AddPresetsToItemList() {
2287
int bitmapHeight = 0;
2288
int bitmapWidth = 0;
2289
2290
- int rowHeight = 0;
+ int rowHeight = -margin;
2291
int rowWidth = 0;
2292
for (const SceneObject* sceneObject: *loadout.GetCargoList()) {
2293
if (dynamic_cast<const Actor*>(sceneObject)) {
@@ -2315,7 +2315,7 @@ void BuyMenuGUI::AddPresetsToItemList() {
2315
pItemBitmap->Create(bitmapWidth, bitmapHeight);
2316
2317
// Now actually draw the stuff in the appropriate places
2318
- rowHeight = 0;
+ rowHeight = -margin;
2319
int heightOffset = 0;
2320
int widthOffset = 0;
2321
0 commit comments