Menu bar partially painted [Fixed]
Posted: Sun Jun 21, 2015 10:56 am
This is a sample. The menu bar is only painted for the part used by the menu.
EMG
Code: Select all
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd, oMen
MENU oMen 2015
MENUITEM "Test"
ENDMENU
DEFINE WINDOW oWnd;
MENU oMen
ACTIVATE WINDOW oWnd
RETURN NIL