From 0293ec09e3485beb37490eb8a78297befbf9e1a2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 27 Oct 2018 16:29:40 +0200 Subject: Login background, need to move it behind login somehow --- src/LoginWindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/LoginWindow.cpp') diff --git a/src/LoginWindow.cpp b/src/LoginWindow.cpp index 33802f1..a1aa105 100644 --- a/src/LoginWindow.cpp +++ b/src/LoginWindow.cpp @@ -101,6 +101,7 @@ namespace dchat { loginLayout.hide(); registerLayout.show_all(); + get_window()->invalidate(true); return true; }); loginLayout.attach_next_to(*eventBox, *registerText, Gtk::POS_RIGHT, 1, 1); @@ -181,6 +182,7 @@ namespace dchat { registerLayout.hide(); loginLayout.show_all(); + get_window()->invalidate(true); return true; }); registerLayout.attach_next_to(*eventBox, *loginText, Gtk::POS_RIGHT, 1, 1); -- cgit v1.2.3