We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7b5a4 commit 492a358Copy full SHA for 492a358
src/ct/ct_image.cc
@@ -410,9 +410,8 @@ static const char* get_dvipng_bin_cmd()
410
const fs::path tmp_filepath_dvi = tmp_filepath_noext + "dvi";
411
if (not success or not fs::is_regular_file(tmp_filepath_dvi)) {
412
if (success) spdlog::debug("!! cmd '{}' ok but missing {}", cmd, tmp_filepath_dvi.c_str());
413
- _renderingBinariesLatexOk = false;
414
// fallback
415
- return pCtMainWin->get_icon_theme()->load_icon("ct_warning", 48);
+ return pCtMainWin->get_icon_theme()->load_icon("ct_bug", 48);
416
}
417
const fs::path tmp_filepath_png = tmp_filepath_noext + "png";
418
const int latexSizeDpi = zoom * pCtMainWin->get_ct_config()->latexSizeDpi;
0 commit comments