summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.h
diff options
context:
space:
mode:
authorDTA7 <dta7e@t-online.de>2017-09-15 14:31:32 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-09-15 14:31:32 +0200
commit808ada11db2877576641380b9406756e347ce7f1 (patch)
tree5c3bc8463e5c169ce36f577e7effcdebd9c0dfca /src/guiFormSpecMenu.h
parent04839f233f37faa9af406ea66fc6c199127781eb (diff)
downloadminetest-808ada11db2877576641380b9406756e347ce7f1.tar.gz
minetest-808ada11db2877576641380b9406756e347ce7f1.tar.bz2
minetest-808ada11db2877576641380b9406756e347ce7f1.zip
Add setting to display the itemstring after the tooltip in the inventory. (#6413)
* Add setting to display the itemstring after the tooltip in the inventory.
Diffstat (limited to 'src/guiFormSpecMenu.h')
-rw-r--r--src/guiFormSpecMenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h
index c86d596b7..902f86ce1 100644
--- a/src/guiFormSpecMenu.h
+++ b/src/guiFormSpecMenu.h
@@ -407,6 +407,7 @@ protected:
gui::IGUIStaticText *m_tooltip_element = nullptr;
u64 m_tooltip_show_delay;
+ bool m_tooltip_append_itemstring;
u64 m_hovered_time = 0;
s32 m_old_tooltip_id = -1;