You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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
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:
To enable, remove the comment hashtags from this block in
gui/builtinStatsViews/firepowerViewFull.py
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.
The text was updated successfully, but these errors were encountered: