projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1173ff0
)
Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317)
author
ANAND
<ClobberXD@gmail.com>
Sat, 18 Jan 2020 16:50:57 +0000
(22:20 +0530)
committer
rubenwardy
<rw@rubenwardy.com>
Sat, 18 Jan 2020 16:50:57 +0000
(16:50 +0000)
src/gui/guiFormSpecMenu.cpp
patch
|
blob
|
history
diff --git
a/src/gui/guiFormSpecMenu.cpp
b/src/gui/guiFormSpecMenu.cpp
index 5ddfbc6d5badb4cdc5bdb96056f1ef6bd7ea0c7f..a91623f96715bfb43bf3ad629a738648a2a4a053 100644
(file)
--- a/
src/gui/guiFormSpecMenu.cpp
+++ b/
src/gui/guiFormSpecMenu.cpp
@@
-825,7
+825,7
@@
void GUIFormSpecMenu::parseItemImage(parserData* data, const std::string &elemen
spec.ftype = f_ItemImage;
GUIItemImage *e = new GUIItemImage(Environment, this, spec.fid,
- core::rect<s32>(pos, pos + geom), name, m_font, m_client);
+ core::rect<s32>(pos, pos + geom), name, m_font, m_client);
auto style = getStyleForElement("item_image", spec.fname);
e->setNotClipped(style.getBool(StyleSpec::NOCLIP, false));
e->drop();