no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


roadmap:infinite_loop_bug [2015/11/22 10:13] (current) – created deva
Line 1: Line 1:
 +In plugingui.cc insert tab character somewhere in:
 +<code c++>
 +lbl_version->setText(".::. v" VERSION "  .::.  http://www.drumgizmo.org  .::.  GPLv3 .::.");
 +</code>
  
 +Now the ''while(true)'' in void LineEdit::repaintEvent(RepaintEvent *repaintEvent) never termninates because of the 
 +<code c++>
 + while(true)
 + {
 + int textWidth = font.textWidth(visibleText);
 + if(textWidth <= (w - BORDER - 4 + 3))
 + {
 + break;
 + }
 +
 +</code>
 +
 +The if conditional never seems to be activated...
roadmap/infinite_loop_bug.txt · Last modified: 2015/11/22 10:13 by deva
Trace:
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0