Skip to content

Commit

Permalink
BF/OA: Enhancements of stream processing #1000
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed May 31, 2024
1 parent 2b8ca07 commit 46be715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpro/bf/mt.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ def init_plot( self,

if backend == 'TkAgg':
self._figure.canvas.manager.window.title(title)
elif backend == 'darwin':
elif backend == 'macosx':
self.log(Log.C_LOG_TYPE_W, 'Window titles can not be set under MacOs ("darwin")')
else:
try:
Expand Down

0 comments on commit 46be715

Please sign in to comment.