mipsym / MIPSym-issues

Issue tracker for MIPSym simulator for the MIPS R2000 assembly language
0 stars 0 forks source link

Console sometimes displays the wrong number of columns and rows #1

Open ddalcino opened 3 years ago

ddalcino commented 3 years ago

Describe the bug There is a known bug that causes the console to display fewer than 80 columns and 24 rows of text. If you experience this bug, you can fix the console display by zooming in or out on the text (hold the Ctrl key and scroll up or down with your mouse wheel).

To Reproduce Steps to reproduce the behavior:

  1. Open MIPSym and click View > Console.

Expected behavior Console shows 80 rows and 24 lines of text.

Platform(s) affected:

Program(s) affected:

MIPSym Version Affected: All versions 2.04.1278 and above

Additional context The developers have judged this bug to be a limitation of the Qt framework used to develop MIPSym. Since the workaround is so trivial (Ctrl+mousewheel), it has been judged a 'wontfix'.