Meecast / meecast

MeeCast - multiplatform highly customizable open source weather forecast client based on OMWeather code. Copyright (C) 2006-2024
https://meecast.org/
GNU Lesser General Public License v2.1
30 stars 19 forks source link

Fix menu bar position and behaviour #2

Closed nakram closed 11 years ago

nakram commented 11 years ago

By parenting the Menu myMenu to the pageStack, the menu appears above the toolbar. This is inconsistent with other applications on the Nokia N9.

Furthermore, the menu remains open as tabs are switched - the correct behaviour is such that the menu covers the tabs to prevent page switching - otherwise the menu must be closed when switching commands by myMenu.close();.