Move properties panel to widgets with the other AUI panels

This commit is contained in:
Jon Evans 2022-11-27 18:23:07 -05:00
parent ef624199cd
commit 64f315c649
7 changed files with 5 additions and 5 deletions

View File

@ -186,7 +186,6 @@ set( PCBNEW_DIALOGS
dialogs/panel_setup_text_and_graphics_base.cpp
dialogs/panel_setup_tracks_and_vias.cpp
dialogs/panel_setup_tracks_and_vias_base.cpp
dialogs/pcb_properties_panel.cpp
footprint_wizard.cpp
footprint_wizard_frame.cpp
footprint_wizard_frame_functions.cpp
@ -375,6 +374,7 @@ set( PCBNEW_CLASS_SRCS
widgets/appearance_controls_base.cpp
widgets/panel_selection_filter.cpp
widgets/panel_selection_filter_base.cpp
widgets/pcb_properties_panel.cpp
widgets/pcb_search_pane.cpp
widgets/search_handlers.cpp

View File

@ -38,8 +38,8 @@
#include <settings/color_settings.h>
#include <settings/settings_manager.h>
#include <widgets/appearance_controls.h>
#include <widgets/pcb_properties_panel.h>
#include <dialogs/eda_view_switcher.h>
#include <pcb_properties_panel.h>
#include <wildcards_and_files_ext.h>
#include <collectors.h>

View File

@ -38,7 +38,6 @@
#include <dialog_find.h>
#include <dialog_footprint_properties.h>
#include <dialogs/dialog_exchange_footprints.h>
#include <pcb_properties_panel.h>
#include <dialog_board_setup.h>
#include <invoke_pcb_dialog.h>
#include <board.h>
@ -99,6 +98,7 @@
#include <widgets/pcb_search_pane.h>
#include <widgets/infobar.h>
#include <widgets/panel_selection_filter.h>
#include <widgets/pcb_properties_panel.h>
#include <widgets/wx_aui_utils.h>
#include <kiplatform/app.h>
#include <profile.h>

View File

@ -47,7 +47,7 @@
#include <tools/pcb_actions.h>
#include <tools/pcb_selection_tool.h>
#include <widgets/appearance_controls.h>
#include <dialogs/pcb_properties_panel.h>
#include <widgets/pcb_properties_panel.h>
#include <widgets/pcb_search_pane.h>
#include <widgets/wx_aui_utils.h>
#include <wx/wupdlock.h>

View File

@ -19,7 +19,7 @@
*/
#include "properties_tool.h"
#include <pcb_properties_panel.h>
#include <widgets/pcb_properties_panel.h>
#include <tool/actions.h>