]> git.lyx.org Git - features.git/commit
Fix multiple cell pasting on Windows and Mac (bug 4436):
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 28 Dec 2007 15:56:05 +0000 (15:56 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 28 Dec 2007 15:56:05 +0000 (15:56 +0000)
commit636b655216fd5fa0a8acd68f1310ce4a16c1b955
treea59bcd09a9fdbcc491ee41b8526f122dc98de110
parent5587709f0e6562e20b3bdb37f10dff9b96c929c0
Fix multiple cell pasting on Windows and Mac (bug 4436):

* src/Clipboard.h:
* src/frontends/GuiClipboard.{cpp,h}:
- new member hasInternal() which indicates whether the OS knows
  the concept of clipboard ownership.

* src/insets/InsetTabular.cpp (doDispatch):
- consider hasInternal() while pasting.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22325 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/Clipboard.h
src/frontends/qt4/GuiClipboard.cpp
src/frontends/qt4/GuiClipboard.h
src/insets/InsetTabular.cpp