Corrects typo that fixes halign behavior. Chroma color test: yellow

This commit is contained in:
Thanatomanic
2018-06-30 19:52:37 +02:00
parent c86cce125f
commit b3dcb915b1
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ CropWindow::CropWindow (ImageArea* parent, bool isLowUpdatePriority_, bool isDet
pmlistener(nullptr), pmhlistener(nullptr), observedCropWin(nullptr),
crop_custom_ratio(0.f)
{
initZoomSteps();
initZoomSteps();
Glib::RefPtr<Pango::Context> context = parent->get_pango_context () ;
Pango::FontDescription fontd = context->get_font_description ();