mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Temporarily comment out some gtkmm 2.6 stuff.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10785 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
429c5d7160
commit
b1f5c8c2e8
@ -256,6 +256,8 @@ void LyXGdkImage::rotate_impl(Params const & params)
|
||||
return;
|
||||
|
||||
// TODO: allow free rotation
|
||||
// Temporarily commented out for old gtkmm versions
|
||||
/*
|
||||
Gdk::PixbufRotation rotation = Gdk::PIXBUF_ROTATE_NONE;
|
||||
if (params.angle == 90.0)
|
||||
rotation = Gdk::PIXBUF_ROTATE_COUNTERCLOCKWISE;
|
||||
@ -266,6 +268,7 @@ void LyXGdkImage::rotate_impl(Params const & params)
|
||||
|
||||
|
||||
transformed_ = transformed_->rotate_simple(rotation);
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user