aboutsummaryrefslogtreecommitdiff
path: root/src/LoginWindow.cpp
diff options
context:
space:
mode:
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);