From kde-commits Sun Jan 22 18:07:04 2006 From: Stefan Nikolaus Date: Sun, 22 Jan 2006 18:07:04 +0000 To: kde-commits Subject: koffice/kspread Message-Id: <1137953224.254097.28509.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113795324228754 SVN commit 501362 by nikolaus: set the doc as modified, if a Manipulator is executed (this was hidden in the constructor of UndoAction) BUG: 120232 M +1 -0 manipulator.cc --- trunk/koffice/kspread/manipulator.cc #501361:501362 @@ -115,6 +115,7 @@ return; // do nothing if pre-processing fails } + m_sheet->doc()->setModified(true); m_sheet->doc()->undoLock (); m_sheet->doc()->emitBeginOperation();