Removed assert(active_item < int(items.size())); as that is no longer save to call...
authorIngo Ruhnke <grumbel@gmail.com>
Fri, 15 Aug 2014 09:03:21 +0000 (11:03 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Fri, 15 Aug 2014 09:03:21 +0000 (11:03 +0200)
commit3150aa2eadb47f75447d9a8318a612a67e920427
tree0f652fa72403933829313468bb76ee21fc2d79cd
parenta8444610fbc11abd2227320cf50fdf1914e5c73f
Removed assert(active_item < int(items.size())); as that is no longer save to call due to Menu being potentially deleted at that point
src/gui/menu.cpp
src/gui/menu.hpp