Changes between Version 26 and Version 27 of wxGUIDevelopment/RedesigningStatusbar
- Timestamp:
- 02/13/22 22:09:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/RedesigningStatusbar
v26 v27 231 231 No, it isn't. 232 232 233 == Week 4==233 == Week 5 == 234 234 '''1) What did I complete this week?'''\\ 235 235 This week was mostly about finishing PR https://github.com/OSGeo/grass/pull/2155 which projects all changes to other Map Display applications. I am still working on combobox removal and moving stuff to Map Display settings (https://github.com/OSGeo/grass/pull/2153). Some problems have occured here - we need to take into account two things: other Map Display apps with a different number of widget inputs and dynamic change of elements in statusbar combobox (when switching to 3D). Both these things complicate the task.