Our opening of url in wxHyperlink
This commit is contained in:
parent
6ebd58e7a0
commit
ad2760f82b
2 changed files with 9 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <wx/hyperlink.h>
|
||||
|
||||
#include "libslic3r/Semver.hpp"
|
||||
#include "MsgDialog.hpp"
|
||||
|
@ -30,6 +31,7 @@ public:
|
|||
// Tells whether the user checked the "don't bother me again" checkbox
|
||||
bool disable_version_check() const;
|
||||
|
||||
void on_hyperlink(wxHyperlinkEvent& evt);
|
||||
private:
|
||||
wxCheckBox *cbox;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue