File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -120,14 +120,14 @@ std::string BrowserFactory::browser_command_line_switches(void) {
120
120
void BrowserFactory::Initialize (BrowserFactorySettings settings) {
121
121
LOG (TRACE) << " Entering BrowserFactory::Initialize" ;
122
122
this ->ignore_protected_mode_settings_ = settings.ignore_protected_mode_settings ;
123
- this ->ignore_zoom_setting_ = settings.ignore_zoom_setting ;
124
123
this ->browser_attach_timeout_ = settings.browser_attach_timeout ;
125
124
this ->force_createprocess_api_ = settings.force_create_process_api ;
126
125
this ->force_shell_windows_api_ = settings.force_shell_windows_api ;
127
126
this ->clear_cache_ = settings.clear_cache_before_launch ;
128
127
this ->browser_command_line_switches_ = StringUtilities::ToWString (settings.browser_command_line_switches );
129
128
this ->initial_browser_url_ = StringUtilities::ToWString (settings.initial_browser_url );
130
129
this ->edge_ie_mode_ = settings.attach_to_edge_ie || this ->ie_redirects_edge_ ;
130
+ this ->ignore_zoom_setting_ = settings.ignore_zoom_setting || this ->edge_ie_mode_ ;
131
131
LOG (DEBUG) << " path before was " << settings.edge_executable_path << " \n " ;
132
132
this ->edge_executable_location_ = StringUtilities::ToWString (settings.edge_executable_path );
133
133
LOG (DEBUG) << " path after was " << this ->edge_executable_location_ .c_str () << " \n " ;
You can’t perform that action at this time.
0 commit comments