~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/widgets/extendedlistbox.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-09-17 10:35:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130917103551-az7p3nz9jgxwqjfn
Tags: 1.3.9.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "gui/widgets/extendedlistbox.h"
22
22
 
23
 
#include "client.h"
24
 
#include "configuration.h"
25
 
#include "keyevent.h"
26
 
 
27
 
#include "gui/sdlinput.h"
28
 
 
29
23
#include "gui/widgets/extendedlistmodel.h"
30
24
 
31
 
#include <guichan/focushandler.hpp>
32
25
#include <guichan/font.hpp>
33
26
#include <guichan/graphics.hpp>
34
 
#include <guichan/key.hpp>
35
27
#include <guichan/listmodel.hpp>
36
28
 
37
29
#include "debug.h"
173
165
        }
174
166
    }
175
167
 
176
 
 
177
 
 
178
168
    for (int f = 0; f < selSz; ++f)
179
169
    {
180
170
        const ExtendedListBoxItem &item = mSelectedItems[f];