SCI/newgui: changed menuPort to one pixel less
svn-id: r44715
This commit is contained in:
parent
d8e10f3e40
commit
cbb4f05bf9
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void SciGuiGfx::init() {
|
|||
OpenPort(_menuPort);
|
||||
SetFont(0);
|
||||
_menuPort->rect = Common::Rect(0, 0, _screen->_width, _screen->_height);
|
||||
_menuRect = Common::Rect(0, 0, _screen->_width, 10);
|
||||
_menuRect = Common::Rect(0, 0, _screen->_width, 9);
|
||||
|
||||
// HEAPHANDLE theMenuBarH = heapNewPtr(34, kDataPort, "MenuBar");
|
||||
// heapClearPtr(theMenuBarH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue