diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js index e78c9df2f..81509308c 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -429,7 +429,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem - win32: fix freeze on 1st char entering - win32: fix mmap for win9x (InterlockedCompareExchange() replacement is needed -> see tdelibs/win/mmap.c) -- call qApp->processEvents() on highlighting schema loading, +- call tqApp->processEvents() on highlighting schema loading, so 'wait' cursor can be visible on 1st loading. - allow saving invalid queries (KexiQueryDesignerSQLView::storeNewData()) (for invelid queries, after opening SQL view should be shown automatically)