remove the menu "grabber" - it doesn't do anything and looks awful on Windows 10

This commit is contained in:
Barry Harris 2015-08-04 10:36:44 +00:00
parent 2c0c5af6ee
commit e3b96ed9dd
1 changed files with 1 additions and 1 deletions

View File

@ -3175,7 +3175,7 @@ int ScrnInit()
rebarBandInfo.cbSize = sizeof(REBARBANDINFO);
rebarBandInfo.fMask = RBBIM_CHILD | RBBIM_CHILDSIZE | RBBIM_SIZE | RBBIM_STYLE;// | RBBIM_BACKGROUND;
rebarBandInfo.fStyle = RBBS_GRIPPERALWAYS;// | RBBS_FIXEDBMP;
rebarBandInfo.fStyle = 0;//RBBS_GRIPPERALWAYS;// | RBBS_FIXEDBMP;
rebarBandInfo.hwndChild = hMenubar;
rebarBandInfo.cxMinChild = 100;
rebarBandInfo.cyMinChild = ((SendMessage(hMenubar, TB_GETBUTTONSIZE, 0, 0)) >> 16) + 1;