Commit a13c5009 authored by twanvl's avatar twanvl

Default graph type should be bar

parent 8dbf59f2
...@@ -864,6 +864,7 @@ void GraphContainer::add(const GraphP& graph) { ...@@ -864,6 +864,7 @@ void GraphContainer::add(const GraphP& graph) {
GraphControl::GraphControl(Window* parent, int id) GraphControl::GraphControl(Window* parent, int id)
: wxControl(parent, id, wxDefaultPosition, wxDefaultSize, wxWANTS_CHARS) : wxControl(parent, id, wxDefaultPosition, wxDefaultSize, wxWANTS_CHARS)
, layout(GRAPH_TYPE_BAR)
{} {}
void GraphControl::setLayout(GraphType type, bool force) { void GraphControl::setLayout(GraphType type, bool force) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment