Paste P135

Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on Nov 14 2017, 4:39 PM.
diff --git a/libs/image/kis_image.cc b/libs/image/kis_image.cc
index cf0c812..5c975c5 100644
--- a/libs/image/kis_image.cc
+++ b/libs/image/kis_image.cc
@@ -1712,10 +1712,7 @@ void KisImage::setProofingConfiguration(KisProofingConfigurationSP proofingConfi
KisProofingConfigurationSP KisImage::proofingConfiguration() const
{
- if (m_d->proofingConfig) {
- return m_d->proofingConfig;
- }
- return 0;
+ return m_d->proofingConfig;
}
QPointF KisImage::mirrorAxesCenter() const
dkazakov edited the content of this paste. (Show Details)Nov 14 2017, 4:39 PM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.
dkazakov updated the paste's language from autodetect to autodetect.