impr: Remove ugly dark edges around light theme backdrop image
This commit is contained in:
parent
2ed5381f5a
commit
2f7c2e79d2
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 9.5 KiB |
@ -501,7 +501,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
RequestChangeTheme::subscribe([](const std::string &theme) {
|
||||
auto changeTexture = [&](const std::string &path) {
|
||||
return ImGuiExt::Texture::fromImage(romfs::get(path).span(), ImGuiExt::Texture::Filter::Linear);
|
||||
return ImGuiExt::Texture::fromImage(romfs::get(path).span(), ImGuiExt::Texture::Filter::Nearest);
|
||||
};
|
||||
|
||||
auto changeTextureSvg = [&](const std::string &path) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user