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/instances.cpp | |
| 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/instances.cpp')
| -rw-r--r-- | src/modules/options/instances.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/instances.cpp b/src/modules/options/instances.cpp index b4cd8435c..04819033c 100644 --- a/src/modules/options/instances.cpp +++ b/src/modules/options/instances.cpp @@ -3546,7 +3546,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) |
