Crop guides are displayed incorrectly when image is zoomed in, Issue 2666
This commit is contained in:
@@ -31,7 +31,7 @@ Glib::ustring removeExtension (const Glib::ustring& filename);
|
||||
Glib::ustring getExtension (const Glib::ustring& filename);
|
||||
bool confirmOverwrite (Gtk::Window& parent, const std::string& filename);
|
||||
void writeFailed (Gtk::Window& parent, const std::string& filename);
|
||||
void drawCrop (Cairo::RefPtr<Cairo::Context> cr, int imx, int imy, int imw, int imh, int startx, int starty, double scale, const rtengine::procparams::CropParams& cparams, bool drawGuide = true);
|
||||
void drawCrop (Cairo::RefPtr<Cairo::Context> cr, int imx, int imy, int imw, int imh, int startx, int starty, double scale, const rtengine::procparams::CropParams& cparams, bool drawGuide = true, bool useBgColor = true, bool fullImageVisible = true);
|
||||
|
||||
/**
|
||||
* @brief Lock GTK for critical section.
|
||||
|
Reference in New Issue
Block a user