[PC-BSD Commits] r21568 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 15 17:36:38 PST 2013
Author: kenmoore
Date: 2013-02-16 01:36:38 +0000 (Sat, 16 Feb 2013)
New Revision: 21568
Modified:
pcbsd-projects/PCDM/fancySwitcher.cpp
Log:
Still another try at setting keyboard focus as well as additional debugging on the DE switcher error.
Modified: pcbsd-projects/PCDM/fancySwitcher.cpp
===================================================================
--- pcbsd-projects/PCDM/fancySwitcher.cpp 2013-02-16 01:31:28 UTC (rev 21567)
+++ pcbsd-projects/PCDM/fancySwitcher.cpp 2013-02-16 01:36:38 UTC (rev 21568)
@@ -193,6 +193,7 @@
qDebug() << "FancySwitcher: invalid icon file" << icon;
return;
}
+ qDebug() << "FancySwitcher: Add Item:" << id << icon;
if(idL.indexOf(id)==-1){
idL << id;
icL << new QGraphicsPixmapItem(QPixmap(icon).scaled(iconSize,iconSize));
More information about the Commits
mailing list