Use bugfixed LunarCalendarPy; add queue_draw to force redraw master
authorAdrian Iain Lam <adrianiainlam@users.noreply.github.com>
Tue, 23 Jul 2019 07:31:03 +0000 (08:31 +0100)
committerAdrian Iain Lam <adrianiainlam@users.noreply.github.com>
Tue, 23 Jul 2019 07:31:03 +0000 (08:31 +0100)
LunarCalendarPy
indicator-lunar-calendar.py

index e0750e8..496b85f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e0750e842201b71c37fdb55a6d6f84bfb39d2c5f
+Subproject commit 496b85f956533ad9c03be694ce4187715d5a5b0a
index 869b43a..436e745 100755 (executable)
@@ -90,7 +90,7 @@ class IndicatorLunarCalendar:
         )
         self.indicator.set_label(compact_date, '')
         self.item.set_label(long_date)
-        self.menu.show_all()
+        self.item.queue_draw()
 
     def do_nothing(self, arg):
         pass