Skip to content

Commit

Permalink
- fix shortcut window close button
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Oct 8, 2023
1 parent 9ef9fa7 commit 6918f56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hi_backend/backend/BackendApplicationCommandWindows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1842,10 +1842,12 @@ struct ShortcutEditor : public QuasiModalComponent,
};
};

Path createPath(const String&) const override
Path createPath(const String& url) const override
{
Path p;
p.loadPathFromData(HiBinaryData::ProcessorEditorHeaderIcons::closeIcon, sizeof(HiBinaryData::ProcessorEditorHeaderIcons::closeIcon));

LOAD_EPATH_IF_URL("close", HiBinaryData::ProcessorEditorHeaderIcons::closeIcon);

return p;
}

Expand Down

0 comments on commit 6918f56

Please sign in to comment.