diff options
| author | 2011-02-09 23:37:53 +0000 | |
|---|---|---|
| committer | 2011-02-09 23:37:53 +0000 | |
| commit | 13248360f6a311131eb6b88b6af562b856323872 (patch) | |
| tree | 33b3fca04bcc1303ef110282dee6576a18772f89 /src/modules/list | |
| parent | Small tip in the scripting settings (diff) | |
| download | KVIrc-13248360f6a311131eb6b88b6af562b856323872.tar.gz KVIrc-13248360f6a311131eb6b88b6af562b856323872.tar.bz2 KVIrc-13248360f6a311131eb6b88b6af562b856323872.zip | |
ambossarm: try this?
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5445 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/list')
| -rw-r--r-- | src/modules/list/ListWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/list/ListWindow.cpp b/src/modules/list/ListWindow.cpp index 4621393c5..8de6d8759 100644 --- a/src/modules/list/ListWindow.cpp +++ b/src/modules/list/ListWindow.cpp @@ -543,7 +543,7 @@ void ListWindow::processData(KviIrcMessage * pMsg) void ListWindow::flush() { - m_pTreeWidget->setUpdatesEnabled(true); /* for v_scroolbar */ + m_pTreeWidget->setUpdatesEnabled(false); /* for v_scroolbar */ while(ChannelTreeWidgetItemData * d = m_pItemList->first()) { (void)new ChannelTreeWidgetItem(m_pTreeWidget,d); |
