From 483bd5dc4e3ecafee54ff608674eb7e6361622b3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 30 Jul 2011 22:20:59 +0000 Subject: Added UI tiny font, have ui::Bitmap respect its color settings, corrected focus jumping to the next visible sibling when hiding widgets, changed ui::ListItem border appereance. --- src/ui/window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/window.cc') diff --git a/src/ui/window.cc b/src/ui/window.cc index b687f21..97792bc 100644 --- a/src/ui/window.cc +++ b/src/ui/window.cc @@ -40,6 +40,7 @@ void Window::hide() { Widget::hide(); emit(EventWindowHide); + } void Window::set_previous(Window *previous) @@ -61,7 +62,6 @@ void Window::draw_border() { Paint::set_color(palette()->foreground()); Paint::draw_border(global_location(), size()); - } } -- cgit v1.2.3