From ada0e4750e383bb9906153c1eec1e91dda6cf263 Mon Sep 17 00:00:00 2001 From: Bertram Date: Fri, 31 Jul 2009 00:18:54 +0200 Subject: (Turmfalke patch) Added a scroll lock when resizing the Chat Window and taller grab point. --- src/gui/trade.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui') diff --git a/src/gui/trade.cpp b/src/gui/trade.cpp index e3325896..77296e64 100644 --- a/src/gui/trade.cpp +++ b/src/gui/trade.cpp @@ -257,7 +257,10 @@ void TradeWindow::action(const gcn::ActionEvent &event) return; if (!inventoryWindow->isVisible()) + { inventoryWindow->setVisible(true); + return; + } if (!item) return; -- cgit v1.2.3-70-g09d2