mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
show workspace name when changing workspace
This commit is contained in:
@@ -956,8 +956,7 @@ changePage(WMWidget *w, void *data)
|
||||
|
||||
WMSelectListItem(panel->texLs, panel->textureIndex[section]);
|
||||
|
||||
WMSetListPosition(panel->texLs, panel->textureIndex[section]
|
||||
- WMGetListNumberOfRows(panel->texLs)/2);
|
||||
WMSetListPosition(panel->texLs, panel->textureIndex[section] - 2);
|
||||
|
||||
item = WMGetListItem(panel->texLs, panel->textureIndex[section]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user