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

Graphical artifact with mining yeild stats #131

Open
blitzmann opened this issue Jun 12, 2014 · 3 comments
Open

Graphical artifact with mining yeild stats #131

blitzmann opened this issue Jun 12, 2014 · 3 comments

Comments

@blitzmann
Copy link
Collaborator

pyfa has logic to hide the mining toggle button unless there are actual mining yield values. This has been disabled for the meantime because of this graphical bug:

miningyeildissue

To enable, remove the comment hashtags from this block in gui/builtinStatsViews/firepowerViewFull.py

    if fit is not None and fit.totalYield > 0:
        self.miningyield.Show()
    else:
        self.miningyield.Hide()

Then, load up a blank Retriever. Add a strip miner and notice that the button appears. Now remove the strip miner. Button disappears, however there is an artifact left behind.

@akosiaris
Copy link
Contributor

I can not reproduce this. My wx version is 2.8.12.1 on a Debian Wheezy system. Now I can however witness another problem. Screenshot attached, same procedure to reproduce. Namely the bottom part of the button is truncated

image

@blitzmann
Copy link
Collaborator Author

Whelp, guess this'll take a bit more work to fix up. Also, is the stats pane really that wide for Linux? Christ...

@Ebag333
Copy link
Contributor

Ebag333 commented Jul 30, 2016

#690 may side step this by breaking mining stats into it's own pane.

w9jds pushed a commit to w9jds/Pyfa that referenced this issue Aug 14, 2017
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

No branches or pull requests

3 participants