mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 21:34:17 +01:00
fixed crash bug with WM_CLASS==NULL
etc
This commit is contained in:
@@ -944,7 +944,7 @@ static void setRowSelected(WMTableView *table, unsigned row, Bool flag)
|
||||
}
|
||||
}
|
||||
if (repaint && row < table->rows) {
|
||||
//drawFullRow(table, row);
|
||||
/*drawFullRow(table, row);*/
|
||||
repaintTable(table);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user