Add comments to explain what empty labels do

This commit is contained in:
David Boddie
2019-07-30 16:50:23 +02:00
parent 2f0beb6d3a
commit e801a68f0d
3 changed files with 6 additions and 1 deletions

View File

@ -535,7 +535,8 @@ keycounter (EekElement *element, gpointer user_data)
{
EekKey *key = EEK_KEY(element);
/* Skip keys without labels for the current level. */
/* Skip keys without labels for the current level. This causes those
keys to be hidden in the visible layout. */
if (!eek_key_has_label(key))
return;