Hello,
I've made a small hack to remove the metacity/ autocomplete bug
in Qt4/SciClasses.cpp (ligne ~130)
SciListBox::SciListBox(QWidget *parent, ListBoxQt *lbx_)
: QListWidget(parent), lbx(lbx_)
{
setWindowFlags(Qt::ToolTip
|Qt::WindowStaysOnTopHint);//Qt::Tool|Qt::FramelessWindowHint);
setAttribute(Qt::WA_StaticContents);
setFocusProxy(parent);
Warning: this works for me but i only tried it with metacity.
Christophe Antoine
_______________________________________________
QScintilla mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/qscintilla