commit 107b1332b61066b33ae5e931afe15728366386cc parent 159a3db86b864d699fe6b7d9c9cc15a16abf99ca Author: Christoph Lohmann <20h@r-36.net> Date: Thu, 23 Oct 2014 12:29:47 +0200 Add support to toggle cities. Diffstat:
limestone.cpp | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/limestone.cpp b/limestone.cpp @@ -82,6 +82,9 @@ applystylestring(MarbleWidget *mw, char *sstr) case 'd': mw->setShowClouds(sv); break; + case 'e': + mw->setShowCities(sv); + break; case 'f': mw->setShowFrameRate(sv); break;