aboutsummaryrefslogtreecommitdiff
path: root/src/LoginWindow.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-27 16:29:40 +0200
committerdec05eba <dec05eba@protonmail.com>2018-10-27 16:29:43 +0200
commit0293ec09e3485beb37490eb8a78297befbf9e1a2 (patch)
tree282e11ff6368cc3a82b9bc341aa86c8855e99ee7 /src/LoginWindow.cpp
parent09d059f8e2056ea05aaa6e71b56817f28d0a230a (diff)
Login background, need to move it behind login somehow
Diffstat (limited to 'src/LoginWindow.cpp')
-rw-r--r--src/LoginWindow.cpp2
1 files changed, 2 insertions, 0 deletions
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);