mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
oups!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
79036bcede
commit
5013a5cef9
@ -86,7 +86,7 @@ bool GuiImage::setPixmap(Params const & params)
|
||||
return false;
|
||||
|
||||
if (original_.isNull()) {
|
||||
if (original_.load(fname_))
|
||||
if (!original_.load(fname_))
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user