cleanup, make clause symmetric

This commit is contained in:
Stefan Csomor
2020-07-05 08:38:15 +02:00
parent 0f3bc09109
commit 3e5b21e982

View File

@@ -3036,9 +3036,7 @@ bool wxDataViewTextRenderer::MacRender()
// Tightening looks very ugly when combined with non-tightened rows, // Tightening looks very ugly when combined with non-tightened rows,
// so disabled it on OS X version where it's used: // so disabled it on OS X version where it's used:
if ( WX_IS_MACOS_AVAILABLE(10, 11) ) if ( WX_IS_MACOS_AVAILABLE(10, 11) )
{
[par setAllowsDefaultTighteningForTruncation:NO]; [par setAllowsDefaultTighteningForTruncation:NO];
}
else else
[par setTighteningFactorForTruncation:0.0]; [par setTighteningFactorForTruncation:0.0];