Skip to content

Commit 2e60f68

Browse files
committed
(*)fix read stone picture path from settings initially
1 parent cc0aee4 commit 2e60f68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/imagehandler.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,8 @@ void ImageHandler::stone_params_from_settings ()
679679
m_ambient = setting->readIntEntry ("STONES_AMBIENT") / 100.0;
680680

681681
m_look = setting->readIntEntry ("STONES_LOOK");
682-
682+
m_whiteStonePicturePath = setting->readEntry("STONES_WPICTURE");
683+
m_blackStonePicturePath = setting->readEntry("STONES_BPICTURE");
683684
QString wcol = setting->readEntry ("STONES_WCOL");
684685
QString bcol = setting->readEntry ("STONES_BCOL");
685686
if (wcol.isEmpty ())

0 commit comments

Comments
 (0)