Skip to content

Commit

Permalink
remove garbage characters
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin authored Jul 3, 2017
1 parent d626b3d commit 27c00ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/GraphicsItemRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ bool GraphicsItemRenderer::onSetSaturation(qreal s)
bool GraphicsItemRenderer::event(QEvent *event)
{
if (e->type() == QEvent::User) {
scene()->update(sceneBoundingRect());äääää
scene()->update(sceneBoundingRect());
}
else {
setFocus(); //WHY: Force focus
Expand Down

0 comments on commit 27c00ef

Please sign in to comment.