diff options
| author | 2010-05-17 10:31:04 +0000 | |
|---|---|---|
| committer | 2010-05-17 10:31:04 +0000 | |
| commit | 4a880ce0b77068646edaf265112b05e34196f11e (patch) | |
| tree | 732b722e597ebb8c5b43531dcd23e1f6e2e64bd3 /src/modules/classeditor | |
| parent | restored window flashing on windows (window.demandAttention) (diff) | |
| download | KVIrc-4a880ce0b77068646edaf265112b05e34196f11e.tar.gz KVIrc-4a880ce0b77068646edaf265112b05e34196f11e.tar.bz2 KVIrc-4a880ce0b77068646edaf265112b05e34196f11e.zip | |
Fix in classeditor
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4334 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/classeditor')
| -rw-r--r-- | src/modules/classeditor/classeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/classeditor/classeditor.cpp b/src/modules/classeditor/classeditor.cpp index 4eeb48e38..74bfb8fa1 100644 --- a/src/modules/classeditor/classeditor.cpp +++ b/src/modules/classeditor/classeditor.cpp @@ -1469,6 +1469,7 @@ void KviClassEditor::build() break; } pLinkedClasses.at(i)->setClassNotBuilt(false); + m_pEditor->setModified(false); } } ++it; |
