Skip to content

Commit e4931b7

Browse files
committed
GUI: Oops
1 parent d1dfdeb commit e4931b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/Src/BasicView/AbstractTableView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ void AbstractTableView::paintEvent(QPaintEvent* event)
181181
if(i < mNbrOfLineToPrint)
182182
{
183183
// Don't draw cells if the flag is set, and no process is running
184-
if (mDrawDebugOnly && DbgIsDebugging())
184+
if (!mDrawDebugOnly || DbgIsDebugging())
185185
{
186186
QString wStr = paintContent(&wPainter, mTableOffset, i, j, x, y, getColumnWidth(j), getRowHeight());
187187

0 commit comments

Comments
 (0)