Our opening of url in wxHyperlink

This commit is contained in:
David Kocik 2021-11-12 16:18:29 +01:00
parent 6ebd58e7a0
commit ad2760f82b
2 changed files with 9 additions and 2 deletions

View file

@ -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;
};