Skip to content

Commit

Permalink
Fix tests, test mask updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 6, 2018
1 parent 88c8424 commit a97d335
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/layout/qgslayoutitemmapgrid.cpp
Expand Up @@ -811,7 +811,7 @@ void QgsLayoutItemMapGrid::drawGridFrameZebraBorder( QPainter *p, const QMap< do
QMap< double, double > pos = borderPos;

double currentCoord = 0.0;
bool color1 = true;
bool color1 = false;
double x = 0;
double y = 0;
double width = 0;
Expand All @@ -835,6 +835,8 @@ void QgsLayoutItemMapGrid::drawGridFrameZebraBorder( QPainter *p, const QMap< do
drawTLBox = border == QgsLayoutItemMapGrid::Left;
drawTRBox = border == QgsLayoutItemMapGrid::Right;
}
if ( !drawTLBox && border == QgsLayoutItemMapGrid::Left )
color1 = true;
}
else if ( border == QgsLayoutItemMapGrid::Top || border == QgsLayoutItemMapGrid::Bottom )
{
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a97d335

Please sign in to comment.