File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ BOOL CWin11TaskbarSettingDlg::OnInitDialog()
8484 m_window_offset_left_edit.SetRange (-800 , 800 );
8585 m_window_offset_left_edit.SetValue (m_data.window_offset_left );
8686 CheckDlgButton (IDC_AVOID_OVERLAP_RIGHT_WIDGETS_CHECK, m_data.avoid_overlap_with_widgets );
87- EnableDlgCtrl (IDC_AVOID_OVERLAP_RIGHT_WIDGETS_CHECK, CWindowsSettingHelper::IsTaskbarWidgetsBtnShown ());
87+ // EnableDlgCtrl(IDC_AVOID_OVERLAP_RIGHT_WIDGETS_CHECK, CWindowsSettingHelper::IsTaskbarWidgetsBtnShown());
8888 m_widgets_width_edit.SetRange (0 , 300 );
8989 m_widgets_width_edit.SetValue (m_data.taskbar_left_space_win11 );
90- m_widgets_width_edit.EnableWindow (CWindowsSettingHelper::IsTaskbarWidgetsBtnShown ());
90+ // m_widgets_width_edit.EnableWindow(CWindowsSettingHelper::IsTaskbarWidgetsBtnShown());
9191
9292 return TRUE ; // return TRUE unless you set the focus to a control
9393 // 异常: OCX 属性页应返回 FALSE
You can’t perform that action at this time.
0 commit comments