Reported by bartlettpsj on 2014-01-05 17:45 UTC
Only the ICAP_XRESOLUTION is updated in Qt_MainForm. As a quick hack, which seems to work, I added m_pUI->SetCapValueFloat(ICAP_YRESOLUTION,val.toInt()); to void MainForm::on_pComboBox_Resolution_activated(int _nIndex), but would rather this be applied by someone who knows this codebase.
Reported by bartlettpsj on 2014-01-05 17:45 UTC Only the ICAP_XRESOLUTION is updated in Qt_MainForm. As a quick hack, which seems to work, I added m_pUI->SetCapValueFloat(ICAP_YRESOLUTION,val.toInt()); to void MainForm::on_pComboBox_Resolution_activated(int _nIndex), but would rather this be applied by someone who knows this codebase.