We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a75045 commit 3f519ebCopy full SHA for 3f519eb
src/guiFormSpecMenu.cpp
@@ -1875,8 +1875,8 @@ void GUIFormSpecMenu::drawMenu()
1875
core::dimension2d<s32> absrec_size = AbsoluteRect.getSize();
1876
rect = core::rect<s32>(AbsoluteRect.UpperLeftCorner.X - spec.pos.X,
1877
AbsoluteRect.UpperLeftCorner.Y - spec.pos.Y,
1878
- AbsoluteRect.UpperLeftCorner.X + absrec_size.Width + spec.pos.X*2,
1879
- AbsoluteRect.UpperLeftCorner.Y + absrec_size.Height + spec.pos.Y*2);
+ AbsoluteRect.UpperLeftCorner.X + absrec_size.Width + spec.pos.X,
+ AbsoluteRect.UpperLeftCorner.Y + absrec_size.Height + spec.pos.Y);
1880
}
1881
1882
const video::SColor color(255,255,255,255);
0 commit comments