Speed up display of disassembly.
commit78701c8332529387d58649352e64c86a69b4e7b0
authorJohannes Sixt <johannes.sixt@telecom.at>
Sun, 19 Aug 2007 18:54:07 +0000 (19 20:54 +0200)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sun, 19 Aug 2007 18:54:07 +0000 (19 20:54 +0200)
treefcf9c169d4f333746169d2055ccfb5b8c5aed07e
parentc651bb9c0002a1117f47b79d2e0a06a3bfdba6c3
Speed up display of disassembly.

QTextEdit applies the syntax highlighter each time when a line of
disassembly is inserted or removed, which is inefficient. Here we disable
updates while we are modifying the text and update the display only once
when we are done.
kdbg/sourcewnd.cpp