Revisión | 51ec3490c94ebe854baa8bd3fdad8e498a666647 (tree) |
---|---|
Tiempo | 2012-10-29 21:39:35 |
Autor | angeart <angeart@git....> |
Commiter | angeart |
コミット忘れ
@@ -44,7 +44,7 @@ InputBox::InputBox(const ManagerAccessorPtr& manager_accessor) : | ||
44 | 44 | manager_accessor_(manager_accessor), |
45 | 45 | card_(std::make_shared<Card>(manager_accessor_, "", "immo", "", "", |
46 | 46 | std::vector<std::string>())), |
47 | - input_() | |
47 | + input_(manager_accessor->config_manager().lock()) | |
48 | 48 | |
49 | 49 | { |
50 | 50 | absolute_rect_ = Rect(100, 100, 800, 100); |
@@ -103,6 +103,7 @@ InputBox::InputBox(const ManagerAccessorPtr& manager_accessor) : | ||
103 | 103 | |
104 | 104 | return true; |
105 | 105 | }); |
106 | + input_.Init(); | |
106 | 107 | } |
107 | 108 | |
108 | 109 | InputBox::~InputBox() |