Skip to content

Commit

Permalink
Merge branch 'refactor_palette_brushlist' of https://github.com/opent…
Browse files Browse the repository at this point in the history
…ibiabr/remeres-map-editor into refactor_palette_brushlist
  • Loading branch information
phacUFPE committed Jun 14, 2024
2 parents 83a21a6 + bbfff6c commit ebc3437
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 @@ -380,7 +380,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 ebc3437

Please sign in to comment.