Skip to content

Commit

Permalink
Merge commit 'ac0ed36b3cb4171f4135798c4c2b284c8ff8895c'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspackman committed Jul 17, 2024
2 parents b050e30 + ac0ed36 commit 301d7a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ qx.Class.define("qxl.datagrid.ui.factory.HeaderWidgetFactory", {
* @override
*/
_createWidget() {
let widget = new qxl.datagrid.ui.ColumnHeaderCell();
let widget = new qxl.datagrid.ui.ColumnHeaderCell().set({ appearance: this.getWidgetAppearance() });
return widget;
}
}
Expand Down

0 comments on commit 301d7a8

Please sign in to comment.