diff client/main.cpp @ 132:37df5aa9ba82

Client: enable edition support, closes #703
author David Demelier <markand@malikania.fr>
date Wed, 27 Sep 2017 12:52:36 +0200
parents f58075b58fa1
children b80d37e71b87
line wrap: on
line diff
--- a/client/main.cpp	Wed Sep 27 12:38:40 2017 +0200
+++ b/client/main.cpp	Wed Sep 27 12:52:36 2017 +0200
@@ -38,6 +38,7 @@
     auto f = std::make_unique<mlk::client::frame>(std::move(l));
 
     w.add_frame(std::move(f));
+    w.start_edit();
 
     while (w.is_open()) {
         w.poll();