Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/gui/dialogs/chat_log.cpp b/src/gui/dialogs/chat_log.cpp
- index b384226..0906dcc 100644
- --- a/src/gui/dialogs/chat_log.cpp
- +++ b/src/gui/dialogs/chat_log.cpp
- @@ -278,6 +278,7 @@ public:
- model_.next_page->set_callback_mouse_left_click(
- dialog_view_callback<tchat_log, tchat_log::view, &tchat_log::view::next_page>);
- + window.keyboard_capture(model_.msg_label);
- LOG_CHAT_LOG << "Exiting tchat_log::view::bind" << std::endl;
- }
Advertisement
Add Comment
Please, Sign In to add comment