Skip to content

Commit 10317c3

Browse files
committed
Fixed bug: don't export debug_state if not selected
1 parent 038fbcf commit 10317c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExportVHDLDlgImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public slots:
153153
/// Name of the current machine (used to generate default file names)
154154
QString machine_name;
155155
/// if true debug state is exported
156-
bool debug_state;
156+
bool debug_state = false;
157157
};
158158

159159
#endif // EXPORTVHDLDLGIMPL_H

0 commit comments

Comments
 (0)