summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-05 22:13:52 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-05 22:27:29 -0500
commitc43a4cb4ffc80c49b8e51ae0796321a6b73b5e99 (patch)
tree152ffece44deff0e117f5b1be039874101ebc926 /sc/source/ui/view/tabview5.cxx
parent6069ef7976c4455c1875afecf02c41c5731f6546 (diff)
fdo#36851, bnc#737190: Make the data validation popup more reliable.
Previously, the data validation message popup was not sticking on reliably on Linux, and flickers very bad on Windows. That was due to the painting conflict between the top-most frame window and the grid window. By making the message popup window a child window of the grid window, it paints more reliably.
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index a20f78ac9f29..bd1a979e202f 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -170,8 +170,6 @@ ScTabView::~ScTabView()
aViewData.KillEditView(); // solange GridWin's noch existieren
- DELETEZ(pInputHintWindow);
-
if (pDrawView)
{
for (i=0; i<4; i++)