-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wxWidgets port of pen thickness override #47
Comments
I have implemented one, see here: for some discussion, thanks. |
Due to implementation of #48 you will need to add cRunWatch to your wxWidgets build from the raven-set repo https://github.com/JamesBremner/raven-set and the boost header files. |
I think the cRunWatch feature could be wrapped by a conditional preprocessor, so that people don't need that feature do not need to enable that feature by default. Thanks. |
The timing feature is disabled by default. Lines 57 to 58 in 17885d2
|
I think a conditional preprocessor directive is needed. If that condition is not enabled, all the |
I have wrote the comment: I have already implemented the similar pen setting dialog for the wxWidgets port, but I think I don't want to "reload the dxf and reparse the dxf" when I close the pen setting dialog get closed. |
In order to port #46 to wxWidgets:
DXF_Viewer/src/windex.cpp
Lines 148 to 155 in cbd1cf7
DXF_Viewer/src/windex.cpp
Lines 22 to 51 in cbd1cf7
All changes in
wxWidgets.cpp
only@asmwarrior It is far too many years ago that I last used wxWidgets, so you will have to do this yourself.
The text was updated successfully, but these errors were encountered: