diff options
Diffstat (limited to 'src/gui/NodeView.hpp')
-rw-r--r-- | src/gui/NodeView.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp index 9b827c1..b37b73b 100644 --- a/src/gui/NodeView.hpp +++ b/src/gui/NodeView.hpp @@ -40,6 +40,8 @@ public: void update_state(bool show_labels); + void set_default_colors(); + private: bool on_click(GdkEventButton* ev); void on_double_click(GdkEventButton* ev); @@ -52,7 +54,7 @@ private: Gtk::Window* _window; SharedPtr<Machina::Client::ClientObject> _node; uint32_t _default_border_color; - uint32_t _old_color; + uint32_t _default_fill_color; SharedPtr<Machina::Client::ClientObject> _enter_action; sigc::connection _enter_action_connection; |