|
|
@ -79,7 +79,6 @@ protected: |
|
|
|
|
|
|
|
PCB_GENERAL_SETTINGS m_configSettings; |
|
|
|
|
|
|
|
void updateGridSelectBox(); |
|
|
|
void updateZoomSelectBox(); |
|
|
|
virtual void unitsChangeRefresh() override; |
|
|
|
|
|
|
@ -206,6 +205,8 @@ public: |
|
|
|
|
|
|
|
PCB_SCREEN* GetScreen() const override { return (PCB_SCREEN*) EDA_DRAW_FRAME::GetScreen(); } |
|
|
|
|
|
|
|
void UpdateGridSelectBox(); |
|
|
|
|
|
|
|
/** |
|
|
|
* Function BestZoom |
|
|
|
* @return the "best" zoom to show the entire board or footprint on the screen. |
|
|
|