Merge with 'Beep6581/dev'
This commit is contained in:
@@ -129,7 +129,7 @@ LensProfilePanel::LensProfilePanel() :
|
||||
const Glib::ustring defDir = LCPStore::getInstance()->getDefaultCommonDirectory();
|
||||
|
||||
if (!defDir.empty()) {
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
corrLcpFileChooser->set_show_hidden(true); // ProgramData is hidden on Windows
|
||||
#endif
|
||||
corrLcpFileChooser->set_current_folder(defDir);
|
||||
@@ -441,6 +441,7 @@ void LensProfilePanel::setBatchMode(bool yes)
|
||||
modesGrid->attach_next_to(*corrUnchangedRB, Gtk::POS_TOP, 3, 1);
|
||||
corrUnchangedRB->signal_toggled().connect(sigc::bind(sigc::mem_fun(*this, &LensProfilePanel::onCorrModeChanged), corrUnchangedRB));
|
||||
corrUnchangedRB->set_active(true);
|
||||
corrUnchangedRB->show();
|
||||
}
|
||||
|
||||
void LensProfilePanel::onLensfunCameraChanged()
|
||||
|
Reference in New Issue
Block a user