[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/filters/kformula/png
From:       Ulrich Kuettler <ulrich.kuettler () mailbox ! tu-dresden ! de>
Date:       2003-02-21 20:24:50
[Download RAW message or body]

CVS commit by kuettler: 

Minor fixes.


  M +5 -2      pngexportdia.cc   1.9


--- koffice/filters/kformula/png/pngexportdia.cc  #1.8:1.9
@@ -229,6 +229,9 @@ void PNGExportDia::slotOk()
     int width = widthEdit->value();
     int height = heightEdit->value();
-    width = realWidth;
-    height = realHeight;
+//     kdDebug( KFormula::DEBUGID ) << k_funcinfo
+//                                  << "(" << width << " " << height << ")"
+//                                  << endl;
+//     width = realWidth;
+//     height = realHeight;
     QImage image = formula->drawImage( width, height );
     if ( !image.save( _fileOut, "PNG" ) ) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic