Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
oktomus committed Mar 19, 2020
1 parent 7bb6f2b commit 5e10f12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
#include "foundation/image/color.h"
#include "foundation/image/colorspace.h"
#include "foundation/math/scalar.h"
#include "foundation/string/string.h"
#include "foundation/utility/api/apistring.h"
#include "foundation/utility/string.h"

// Qt headers.
#include <QKeyEvent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include "foundation/image/canvasproperties.h"
#include "foundation/image/image.h"
#include "foundation/math/vector.h"
#include "foundation/utility/string.h"
#include "foundation/string/string.h"

// Qt headers.
#include <QEvent>
Expand Down
5 changes: 2 additions & 3 deletions src/appleseed.studio/mainwindow/rendering/qttilecallback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ namespace
const size_t thread_index,
const size_t thread_count) override
{
assert(m_render_widget);
m_render_widget->highlight_tile(*frame, tile_x, tile_y, thread_index, thread_count);

assert(m_render_layer);
m_render_layer->highlight_tile(*frame, tile_x, tile_y, thread_index, thread_count);
emit signal_update();
}

Expand Down

0 comments on commit 5e10f12

Please sign in to comment.