Skip to content

Commit

Permalink
gtk4: Do not destroy rows
Browse files Browse the repository at this point in the history
Signed-off-by: Fiana Fortressia <fortressnordlys@outlook.com>
  • Loading branch information
togetherwithasteria authored and A6GibKm committed Apr 1, 2023
1 parent 4a562cf commit b01b8bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/pathsViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ var FlatsealPathsViewer = GObject.registerClass({

_remove(row) {
this._box.remove(row);
row.destroy();
this._changed();
}

Expand Down

0 comments on commit b01b8bb

Please sign in to comment.