|
|
|
@ -646,7 +646,7 @@ void SQ_GLWidget::toClipboard()
|
|
|
|
|
if(tab->parts[tab->current].realw == tab->parts[tab->current].w && tab->parts[tab->current].realh == tab->parts[tab->current].h)
|
|
|
|
|
KApplication::clipboard()->setImage(im, TQClipboard::Clipboard);
|
|
|
|
|
else
|
|
|
|
|
KApplication::tqclipboard()->setImage(im.copy(0, 0, tab->parts[tab->current].w, tab->parts[tab->current].h), TQClipboard::Clipboard);
|
|
|
|
|
KApplication::clipboard()->setImage(im.copy(0, 0, tab->parts[tab->current].w, tab->parts[tab->current].h), TQClipboard::Clipboard);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void SQ_GLWidget::bcg()
|
|
|
|
|