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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user