mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-08 09:25:49 +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