aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor
diff options
context:
space:
mode:
authorGravatar Noldor2008-04-29 11:20:20 +0000
committerGravatar Noldor2008-04-29 11:20:20 +0000
commite59b085ecbaa39aad179fbfbd59853e7cd466ff6 (patch)
tree159071e932acf79a511bbfc596e0dce37a5f42d8 /src/modules/editor
parentmore work on alias editor QT4 port (wip) (diff)
downloadKVIrc-e59b085ecbaa39aad179fbfbd59853e7cd466ff6.tar.gz
KVIrc-e59b085ecbaa39aad179fbfbd59853e7cd466ff6.tar.bz2
KVIrc-e59b085ecbaa39aad179fbfbd59853e7cd466ff6.zip
some fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1620 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor')
-rw-r--r--src/modules/editor/scripteditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp
index a6b0a85d5..631533d2c 100644
--- a/src/modules/editor/scripteditor.cpp
+++ b/src/modules/editor/scripteditor.cpp
@@ -935,6 +935,7 @@ KviScriptEditorImplementation::KviScriptEditorImplementation(QWidget * par)
pop->insertSeparator();
pop->insertItem(__tr2qs_ctx("&Configure Editor...","editor"),this,SLOT(configureColors()));
b->setMenu(pop);
+ b->setPopupMode(QToolButton::InstantPopup);
// b->setPopupDelay(1);
g->setColumnStretch(1,1);