Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 14, 2024
1 parent 014e3e9 commit bbfff6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/palette_brushlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ void BrushPanel::OnClickListBoxRow(wxCommandEvent &event) {
ASSERT(brushbox);
const auto index = event.GetSelection();


if (const auto &paletteWindow = g_gui.GetParentWindowByType<PaletteWindow*>(this); paletteWindow != nullptr) {
g_gui.ActivatePalette(paletteWindow);
}
Expand Down

0 comments on commit bbfff6c

Please sign in to comment.