From 6e6fd65992343ca37e92d24efc760666b4485160 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 30 Dec 2012 16:16:09 +0300 Subject: Allow open context menu in textfields before connecting to server. --- src/gui/widgets/textfield.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/widgets/textfield.h') diff --git a/src/gui/widgets/textfield.h b/src/gui/widgets/textfield.h index 9220f3dd7..6ac24066f 100644 --- a/src/gui/widgets/textfield.h +++ b/src/gui/widgets/textfield.h @@ -30,6 +30,7 @@ #include "localconsts.h" class ImageRect; +class PopupMenu; class TextField; /** @@ -143,6 +144,7 @@ class TextField : public gcn::TextField, int mLastEventPaste; int mPadding; const gcn::Color *mCaretColor; + PopupMenu *mPopupMenu; }; #endif -- cgit v1.2.3-60-g2f50