Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 2204 in tour - blocking file and edit menu #2208

Merged
merged 2 commits into from Mar 2, 2015
Merged

Fix issue 2204 in tour - blocking file and edit menu #2208

merged 2 commits into from Mar 2, 2015

Conversation

goanpeca
Copy link
Member

Fixes #2204

self.canvas = FadingCanvas(self.parent, self.opacity_canvas,
self.duration_canvas, self.easing_curve,
self.color)
self.tips = FadingTipBox(self.parent, self.opacity_tips,
self.duration_tips, self.easing_curve)

# signals and slots
# Widgets setup
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a note here to mention that the next line is needed to fix issue #2204

@goanpeca
Copy link
Member Author

goanpeca commented Mar 2, 2015

@ccordoba12 done

@ccordoba12
Copy link
Member

Ok, thanks!

@ccordoba12 ccordoba12 added this to the v2.4 milestone Mar 2, 2015
ccordoba12 added a commit that referenced this pull request Mar 2, 2015
A problem in the interactive tour was blocking the file and edit menus
@ccordoba12 ccordoba12 merged commit 1186022 into spyder-ide:master Mar 2, 2015
@goanpeca goanpeca deleted the fix-tour branch March 3, 2015 18:01
@Nodd
Copy link
Contributor

Nodd commented Mar 26, 2015

This is the same problem I had in Nodd/spyder_autopep8#13, and I think the fix over there is better, instead of rendering it transparent, it is not there at all.
BTW there should be either an example or even better a base class for plugins without a dockwidget.

@goanpeca
Copy link
Member Author

Yes I agree, but making it transparent was simpler to do :p, can you open an issue to remind me to look at this? and put some links to your autopep code :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows: something is preventing "File" and "Edit" menus being clicked
3 participants