Symbol Fields Table: menu shortcut should start in edit tab
The BOM shortcut goes to Export, this makes them symmetrical.
This commit is contained in:
parent
e1d7d1bca7
commit
cb115189f6
|
@ -48,6 +48,7 @@ public:
|
||||||
bool TransferDataToWindow() override;
|
bool TransferDataToWindow() override;
|
||||||
bool TransferDataFromWindow() override;
|
bool TransferDataFromWindow() override;
|
||||||
|
|
||||||
|
void ShowEditTab();
|
||||||
void ShowExportTab();
|
void ShowExportTab();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
@ -2062,6 +2062,8 @@ int SCH_EDITOR_CONTROL::EditSymbolFields( const TOOL_EVENT& aEvent )
|
||||||
// Bring it to the top if already open. Dual monitor users need this.
|
// Bring it to the top if already open. Dual monitor users need this.
|
||||||
dlg->Raise();
|
dlg->Raise();
|
||||||
|
|
||||||
|
dlg->ShowEditTab();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue