In plugingui.cc insert tab character somewhere in:

lbl_version->setText(".::. v" VERSION "  .::.  http://www.drumgizmo.org  .::.  GPLv3 .::.");

Now the while(true) in void LineEdit::repaintEvent(RepaintEvent *repaintEvent) never termninates because of the

	while(true)
	{
		int textWidth = font.textWidth(visibleText);
		if(textWidth <= (w - BORDER - 4 + 3))
		{
			break;
		}

The if conditional never seems to be activated…

roadmap/infinite_loop_bug.txt · Last modified: 2015/11/22 10:13 by deva
Trace: infinite_loop_bug
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0