diff options
Diffstat (limited to 'src/gui/buysell.cpp')
-rw-r--r-- | src/gui/buysell.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/buysell.cpp b/src/gui/buysell.cpp index 2d39eac7..8bf5f1f4 100644 --- a/src/gui/buysell.cpp +++ b/src/gui/buysell.cpp @@ -51,6 +51,13 @@ BuySellDialog::BuySellDialog(): requestFocus(); } +void BuySellDialog::logic() +{ + Window::logic(); + + if (!current_npc) setVisible(false); +} + void BuySellDialog::action(const gcn::ActionEvent &event) { if (event.getId() == "Buy") { |