Don't show 1:1 icon on raw tools when using demosaic for < 1:1 view == as in pp3

This commit is contained in:
heckflosse
2019-05-14 22:53:22 +02:00
parent 6d1b1c7691
commit efe9ff5ae3
5 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
using namespace rtengine;
using namespace rtengine::procparams;
XTransProcess::XTransProcess () : FoldableToolPanel(this, "xtransprocess", M("TP_RAW_LABEL"), true)
XTransProcess::XTransProcess () : FoldableToolPanel(this, "xtransprocess", M("TP_RAW_LABEL"), options.prevdemo != PD_Sidecar)
{
auto m = ProcEventMapper::getInstance();
EvDemosaicBorder = m->newEvent(DEMOSAIC, "HISTORY_MSG_RAW_BORDER");