[TechDraw] Simplify return logic
This commit is contained in:
committed by
WandererFan
parent
15fe52a04b
commit
ef5fc4f237
@@ -942,8 +942,7 @@ int QGIViewBalloon::prefDefaultArrow() const { return Preferences::balloonArrow(
|
||||
//when would you want a crooked pyramid?
|
||||
bool QGIViewBalloon::prefOrthoPyramid() const
|
||||
{
|
||||
bool ortho = Preferences::getPreferenceGroup("Decorations")->GetBool("PyramidOrtho", true);
|
||||
return ortho;
|
||||
return Preferences::getPreferenceGroup("Decorations")->GetBool("PyramidOrtho", true);
|
||||
}
|
||||
|
||||
DrawView* QGIViewBalloon::getSourceView() const
|
||||
|
||||
Reference in New Issue
Block a user