| Summary: | Thumbbar fullscreen mode configuration problem. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Tung NGUYEN <ntung> |
| Component: | Showfoto-Thumbs | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 7.6.0 | |
| Sentry Crash Report: | |||
|
Description
Tung NGUYEN
2005-10-05 22:21:50 UTC
SVN commit 467728 by cgilles:
showfoto : restore properly thumbar settings.
CCBUG: 113919
M +1 -1 setupeditor.cpp
--- trunk/extragear/graphics/digikam/showfoto/setupeditor.cpp #467727:467728
@@ -144,7 +144,7 @@
m_PNGcompression->setValue( config->readNumEntry("PNGCompression", 9) );
m_TIFFcompression->setChecked(config->readBoolEntry("TIFFCompression", false));
m_hideToolBar->setChecked(config->readBoolEntry("FullScreenHideToolBar", false));
- m_hideThumbBar->setChecked(config->readBoolEntry("FullScreenHideThumblBar", true));
+ m_hideThumbBar->setChecked(config->readBoolEntry("FullScreenHideThumbBar", true));
m_useTrashCheck->setChecked(config->readBoolEntry("DeleteItem2Trash", false));
m_showSplashCheck->setChecked(config->readBoolEntry("ShowSplash", true));
Tung, with this commit showfoto working fine for you now ? Gilles Gilles, The Thumbbar fullscreen mode configuration works fine now with the lastest SVN. I think you can close this bug report. Thank you. Ok. Closed Gilles |