diff options
| author | 2008-09-19 17:33:33 +0000 | |
|---|---|---|
| committer | 2008-09-19 17:33:33 +0000 | |
| commit | 680819017669fc10ffd29218048e4fb3d414eea2 (patch) | |
| tree | 5b493532289f7050116f876f79164b393d957665 /src/modules/options/mkcreateinstanceproc.sh | |
| parent | typo, thx to Caladiel again (diff) | |
| download | KVIrc-680819017669fc10ffd29218048e4fb3d414eea2.tar.gz KVIrc-680819017669fc10ffd29218048e4fb3d414eea2.tar.bz2 KVIrc-680819017669fc10ffd29218048e4fb3d414eea2.zip | |
a small fix for windows on the windowlist
broken the options module with the excuse to port it
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2502 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/mkcreateinstanceproc.sh')
| -rwxr-xr-x | src/modules/options/mkcreateinstanceproc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index e47e6ac10..c1c09ad75 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -359,7 +359,7 @@ KviOptionsWidget * KviOptionsInstanceManager::getInstance(KviOptionsWidgetInstan if(e->pWidget->parent() != par) { QWidget * oldPar = (QWidget *)e->pWidget->parent(); - e->pWidget->reparent(par,QPoint(0,0)); + e->pWidget->setParent(par); //reparent(par,QPoint(0,0)); delete oldPar; } if(e->bIsContainer) |
