mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 00:30:17 +00:00
.15 Fixed Release version drawing of mini-memory over-extended onto buttons in DrawMemory()
This commit is contained in:
parent
6748457c97
commit
8c35d2592c
@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
// TODO: COLOR LOAD ["filename"]
|
||||
|
||||
// See Debugger_Changelong.txt for full details
|
||||
const int DEBUGGER_VERSION = MAKE_VERSION(2,5,0,14);
|
||||
const int DEBUGGER_VERSION = MAKE_VERSION(2,5,0,15);
|
||||
|
||||
|
||||
// Public _________________________________________________________________________________________
|
||||
|
@ -1194,7 +1194,7 @@ void DrawMemory (HDC hDC, int line, int iMemDump )
|
||||
{
|
||||
nCols = MAX_MEM_VIEW_TXT;
|
||||
}
|
||||
rect.right = MAX( rect.left + (nFontWidth * nCols), DISPLAY_WIDTH );
|
||||
rect.right = DISPLAY_WIDTH;
|
||||
|
||||
SetTextColor( hDC, DebuggerGetColor( FG_INFO_OPCODE ));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user