copy/paste face textures; fixed gtk assert on linux
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@36 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -668,7 +668,7 @@ void Selection_Paste()
|
||||
|
||||
void Copy()
|
||||
{
|
||||
if(GlobalSelectionSystem().Mode() == SelectionSystem::ePrimitive)
|
||||
if(SelectedFaces_empty())
|
||||
{
|
||||
Selection_Copy();
|
||||
}
|
||||
@@ -680,7 +680,7 @@ void Copy()
|
||||
|
||||
void Paste()
|
||||
{
|
||||
if(GlobalSelectionSystem().Mode() == SelectionSystem::ePrimitive)
|
||||
if(SelectedFaces_empty())
|
||||
{
|
||||
UndoableCommand undo("paste");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user