By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2765
Collapse All | Expand All

(-)pmrendermode.cpp.orig (-4 / +4 lines)
Lines 187-196 Link Here
187
      cl.append( tmp );
187
      cl.append( tmp );
188
   }
188
   }
189
   cl.append( TQString( "+Q%1" ).arg( m_quality ) );
189
   cl.append( TQString( "+Q%1" ).arg( m_quality ) );
190
   if( m_radiosity )
190
//    if( m_radiosity )
191
      cl.append( TQString( "+QR" ) );
191
//       cl.append( TQString( "+QR" ) );
192
   else
192
//    else
193
      cl.append( TQString( "-QR" ) );
193
//       cl.append( TQString( "-QR" ) );
194
194
195
   if( m_antialiasing )
195
   if( m_antialiasing )
196
   {
196
   {

Return to bug 2765