From 83df1eb43be7c4fa5cc14d743f91c507d905c564 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 Jan 2016 03:06:47 +0100 Subject: GUI: Only use image for delete when applicable in PredictiveDialog. --- gui/predictivedialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/predictivedialog.h') diff --git a/gui/predictivedialog.h b/gui/predictivedialog.h index 32d769d6ca..7f9b31e2d3 100644 --- a/gui/predictivedialog.h +++ b/gui/predictivedialog.h @@ -68,6 +68,8 @@ public: PredictiveDialog(); ~PredictiveDialog(); + virtual void reflowLayout(); + virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data); virtual void handleKeyUp(Common::KeyState state); virtual void handleKeyDown(Common::KeyState state); -- cgit v1.2.3