Skip to content
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

Fix bug with previous enhancement #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kiwi1969
Copy link
Contributor

@kiwi1969 kiwi1969 commented Jan 1, 2025

Previous code changes I made to Multiview added some features, but unfortunately broke double-click method of opening guide files
Code has been reworked so that all methods of opening work properly.

Also updated datatypes.library to stop annoying alert, due to OpenCount error.
The root cause of the OpenCount error is not known, but we do nothing with the counter anyway, so the complaining was worse than the issue it was advising upon.
The above error triggered in Multiview when DisposeDTObject() is called, to free the memory allocated by NewDTObject().

Any new debug messages will not appear unless source is recompiled with #define DEBUG 1 (which I have commented out)
Also, these debug messages can be seen via tools such as Sashimi.

The main features of this change are similar to original - we have numerous new options to set font name, fantasize, window dimensions. These can be set either command line, Multiview icon tool types, or the document icon tool types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant