Skip to content

Commit df4f419

Browse files
committed
settings and config corrected
1 parent 91078ed commit df4f419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CGTeaFrame.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ wxEND_EVENT_TABLE()
4949

5050
CGTeaFrame::CGTeaFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
5151
: wxFrame(nullptr, wxID_ANY, title, pos, size) {
52+
currentVertexShape = Config::LoadVertexShape();
53+
currentEdgeShape = Config::LoadEdgeShape();
54+
5255
availableGenerators.emplace_back(std::make_unique<Antiprism>());
5356
availableGenerators.emplace_back(std::make_unique<Banana>());
5457
availableGenerators.emplace_back(std::make_unique<Cycle>());

0 commit comments

Comments
 (0)