From 89f33088e8435d2df77f967a17b6639b181bfce2 Mon Sep 17 00:00:00 2001 From: jcid Date: Sun, 16 Dec 2007 16:53:12 +0100 Subject: - Made "New browser window" inherit the panel style of its parent. --- src/ui.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.hh') diff --git a/src/ui.hh b/src/ui.hh index 46c2b5e3..a854f585 100644 --- a/src/ui.hh +++ b/src/ui.hh @@ -62,7 +62,7 @@ class UI : public fltk::Window { public: - UI(int w, int h, const char* label = 0); + UI(int w, int h, const char* label = 0, const UI *cur_ui = NULL); ~UI() {} // TODO: implement destructor // To manage what events to catch and which to let pass -- cgit v1.2.3