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

List:       kde-commits
Subject:    koffice/krita/plugins/paintops/gridbrush
From:       Lukáš Tvrdý <lukast.dev () gmail ! com>
Date:       2010-02-28 22:13:04
Message-ID: 1267395184.607933.8500.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097314 by lukast:

Fix scaling and border jitter in gridbrush.

 M  +3 -3      kis_grid_paintop.cpp  


--- trunk/koffice/krita/plugins/paintops/gridbrush/kis_grid_paintop.cpp #1097313:1097314
@@ -240,9 +240,9 @@
     divisionLevel = setting->getInt(GRID_DIVISION_LEVEL);
     pressureDivision =  setting->getBool(GRID_PRESSURE_DIVISION);
     randomBorder = setting->getBool(GRID_RANDOM_BORDER);
-    scale = setting->getBool(GRID_SCALE);
-    vertBorder  = setting->getBool(GRID_VERTICAL_BORDER);
-    horizBorder = setting->getBool(GRID_HORIZONTAL_BORDER);
+    scale = setting->getDouble(GRID_SCALE);
+    vertBorder  = setting->getDouble(GRID_VERTICAL_BORDER);
+    horizBorder = setting->getDouble(GRID_HORIZONTAL_BORDER);
     
     shape = setting->getInt(GRIDSHAPE_SHAPE);
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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