Discussion:
Problems - user manual
Willem Ferguson
2018-05-31 07:41:23 UTC
Permalink
In the latest master of the desktop version, the manual does not open
when one selects Help->User manual.

Code was compiled with -build-with-webkit

Any idea about the cause of this?

The user manual on the Subsurface website is rather old: Version 4.6.

Kind regards,

willem
--
This message and attachments are subject to a disclaimer.

Please refer to 
http://upnet.up.ac.za/services/it/documentation/docs/004167.pdf
<http://upnet.up.ac.za/services/it/documentation/docs/004167.pdf> for
full
details.
Berthold Stoeger
2018-05-31 08:23:58 UTC
Permalink
Hi Willem,
Post by Willem Ferguson
In the latest master of the desktop version, the manual does not open
when one selects Help->User manual.
Code was compiled with -build-with-webkit
Any idea about the cause of this?
Thanks for noting this.
The culprit is my commit d21d42b69117aae04b68ecc9cc2139e034bde146, in which I
make the UserManual a child-object of MainWindow.

You can fix this for now by removing this in line 1358 of mainwindow.cpp:
helpView = new UserManual();

Before posting a patch, I'd like to figure out the root-cause of the problem.
Because this is utterly strange...

Berthold

Loading...