summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/dirmenu.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-08-07 17:00:24 +1000
committer Vas Crabb <vas@vastheman.com>2017-08-07 17:00:24 +1000
commitdd673e6fa64347e1ed8a58fd8408bf36898e07ba (patch)
tree0b85785faa945c22ac27d04eb25a5a64543c68e0 /src/frontend/mame/ui/dirmenu.h
parent8a209caeeb4f339f471b3aea85b1c2188cc16201 (diff)
internal UI improvements:
* Greatly reduce copy/paste code for drawing menu header/footer boxes * Display full name of selected slot device below slots menu * Fix up spacing on dircetory configuration menu * Fix min/max for UI font rows per screen setting
Diffstat (limited to 'src/frontend/mame/ui/dirmenu.h')
-rw-r--r--src/frontend/mame/ui/dirmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/dirmenu.h b/src/frontend/mame/ui/dirmenu.h
index d887dd58231..7280d4ef571 100644
--- a/src/frontend/mame/ui/dirmenu.h
+++ b/src/frontend/mame/ui/dirmenu.h
@@ -60,7 +60,7 @@ private:
virtual void populate(float &customtop, float &custombottom) override;
virtual void handle() override;
- std::string m_tempbuf, m_searchpath;
+ std::string m_heading[1], m_searchpath;
std::vector<std::string> m_folders;
int m_ref;
};