« get me outta code hell

draw when pressing select-all - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-04-16 16:50:50 -0300
committerFlorrie <towerofnix@gmail.com>2020-04-16 16:50:50 -0300
commit5d5280db69b2bbf755633a81b062be1a36b0a8c6 (patch)
treed8e38fb712ced7674d9200ce09b6ffc01450543d
parent17963e2e9f3bf99f2b261cd522e5b6d5ad053171 (diff)
draw when pressing select-all
-rw-r--r--ui.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.js b/ui.js
index 90343e3..57fc22f 100644
--- a/ui.js
+++ b/ui.js
@@ -1710,6 +1710,7 @@ class GrouplikeListingElement extends Form {
     } else {
       this.app.markGrouplike.items = items.slice(0) // Don't share the array! :)
     }
+    this.scheduleDrawWithoutPropertyChange()
   }
 
   toggleExpandLabels() {