metastreams get correct group IDs (instead of 0),
new CustomIcon metastream format (Rev 2), alpha blending for banner icons, new banner standard icon (key.png) git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@98 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -89,6 +89,7 @@ if(DragType==GROUP){
|
||||
item->setFont(0,f);
|
||||
LastHoverItem=item;
|
||||
event->setAccepted(true);
|
||||
///@FIXME does not work for top level groups
|
||||
}
|
||||
else{
|
||||
LastHoverItem=NULL;
|
||||
@@ -277,7 +278,7 @@ QPen pen(QColor(100,100,100));
|
||||
pen.setWidth(2);
|
||||
pen.setStyle(Qt::DotLine);
|
||||
painter.setPen(pen);
|
||||
qDebug("UPDATE: (%i,%i) %ix%i",event->rect().x(),event->rect().y(),event->rect().width(),event->rect().height());
|
||||
//qDebug("UPDATE: (%i,%i) %ix%i",event->rect().x(),event->rect().y(),event->rect().width(),event->rect().height());
|
||||
if(!InsertionMarker.isNull()){
|
||||
painter.drawLine(InsertionMarker);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user