Skip to content

Commit

Permalink
fix: changing settings properly rerenders cells (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig authored and HactarCE committed May 8, 2023
1 parent 789bc4b commit 9dfb0b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/debugFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ export const debugShowCellsForDirtyQuadrants = debug && false;
// Hooks
// --------

export const debugShowFileIO = debug && true;
export const debugShowFileIO = debug && false;

export const debugGridSettings = debug && true;
export const debugGridSettings = debug && false;
1 change: 1 addition & 0 deletions src/gridGL/pixiApp/PixiAppSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class PixiAppSettings {
this.setEditorInteractionState = setEditorInteractionState;
this.app.headings.dirty = true;
this.app.cursor.dirty = true;
this.app.cells.dirty = true;
}

get showGridLines(): boolean {
Expand Down

0 comments on commit 9dfb0b5

Please sign in to comment.