Abort theme selection on escape

This commit is contained in:
simon.kagstrom 2010-02-23 06:48:27 +00:00
parent edf4499741
commit 4322df80bf

View File

@ -60,6 +60,7 @@ public:
virtual void escapeCallback(int which)
{
Gui::gui->popView();
}
};