Skip to content

Commit ba79d1f

Browse files
committed
Added internal state to possible input values for FF boolean function
1 parent fd1a576 commit ba79d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gui/src/gatelibrary_management/gatelibrary_tab_widgets/gatelibrary_tab_truth_table.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ namespace hal
118118
{
119119
header << "last\n" + qx;
120120
stateHash[qx] = QPair<int,int>(columnNumber,columnNumber+tempQ.size());
121-
++columnNumber;
121+
inputColHash[qx] = columnNumber++;
122122
}
123123
for (const QString& qx : tempQ)
124124
{

0 commit comments

Comments
 (0)