Implemented _DrawControlChar() - for some reason, though, they get still not

drawn (glyph cache returns character 0 for them), even though FontInspector
under Dano shows those arrows in the fonts used... need to check under R5
as well. This fixes the BMenuItem part of bug #158.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17003 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-04-04 11:34:25 +00:00
parent 4b1da1ce9a
commit bd780d9935
2 changed files with 44 additions and 12 deletions
+2 -2
View File
@@ -93,9 +93,9 @@ private:
void DrawMarkSymbol(rgb_color bgColor);
void DrawShortcutSymbol();
void DrawSubmenuSymbol(rgb_color bgColor);
void DrawControlChar(const char *control);
void _DrawControlChar(char shortcut, BPoint where);
void SetSysTrigger(char ch);
char *fLabel;
BMenu *fSubmenu;
BWindow *fWindow;