From fc0e7683878ac10eb9a4675f61e6443a13ced946 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 21 Dec 2012 10:41:15 +0100 Subject: Implemented new shortcut key system. Fade in/out shortcut tooltips. Close pcpviewer on window close due to commit/nocommit/discard actions. --- client/widgets/frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/widgets/frame.cc') diff --git a/client/widgets/frame.cc b/client/widgets/frame.cc index 076816a..23f542f 100644 --- a/client/widgets/frame.cc +++ b/client/widgets/frame.cc @@ -36,7 +36,7 @@ Frame::Frame(QDomNode &node, MacroWindow *macrowindow) : Widget(node, macrowindow) { frame = new QFrame(); - widget = frame; + setWidget(frame); setCommonAttributes(frame, node); setCommonLayout(frame, node); -- cgit v1.2.3