-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Update translation * fix: Adjut the base app for running on mac Do not custruct a new wx.App for running on mac * fix: Fix waring on macos Menu item id cannot be zero on mac * feat: * feat: Enable resizing summary panel Embed summary panel and pcb panel to splitted window * fix: Let the callee catch the ex instead Do't catch error in create_kicad_pcb_file * feat: Ajust to summary panel to best size Calc the max width of the dataview ctrl * fix: Remove DisableConsistencyChecks * fix: Ajust the default width of summary to 300 * fix: Fix the max size * fix: Fix the max_width in Kicad 6.0 on Ubuntu * fix: Fix japanese --------- Co-authored-by: liangtie.qian <yihuo0420@gmail.com>
- Loading branch information
1 parent
e2d52d9
commit 538e3f1
Showing
16 changed files
with
682 additions
and
488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
if __name__ == "__main__": | ||
from kicad_amf_plugin.plugin._main import _main | ||
|
||
from wx import App | ||
app = App() | ||
_main() | ||
app.MainLoop() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.