PartWB, Draft statusbar flash on toolbar

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
fc_tofu
Posts: 653
Joined: Sun Jan 05, 2020 4:56 pm

PartWB, Draft statusbar flash on toolbar

Post by fc_tofu »

Summary:
In PartWB, Draft statusbar flash on toolbar.
Reproduce:
1. Start FreeCAD
2. Switch to DraftWB.
3. Switch to PartWB.
4. Find: Draft statusbar appear on toolbar, and 2 empty name commnads on context menu over toolbar.
fsc_2020-06-04_152001b.jpg
fsc_2020-06-04_152001b.jpg (96.63 KiB) Viewed 431 times
Workaround: After switch to other wb and switch back, the error disappears.

Code: Select all

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.21280 (Git)
Build type: Release
Branch: master
Hash: 6f3160db3e88733536c7eaf97ad7d6ebd21baccd
Python version: 3.8.2
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Chinese/China (zh_CN)
Last edited by fc_tofu on Thu Jun 04, 2020 12:51 pm, edited 1 time in total.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: PartWB, snap statusbar flash on toolbar

Post by Roy_043 »

The only issue I can confirm is this one:
https://forum.freecadweb.org/viewtopic.php?f=23&t=46201

Code: Select all

OS: Windows 8.1 (6.3)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.21280 (Git)
Build type: Release
Branch: master
Hash: 6f3160db3e88733536c7eaf97ad7d6ebd21baccd
Python version: 3.6.8
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Dutch/Netherlands (nl_NL)
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: PartWB, snap statusbar flash on toolbar

Post by Roy_043 »

fc_tofu
Posts: 653
Joined: Sun Jan 05, 2020 4:56 pm

Re: PartWB, snap statusbar flash on toolbar

Post by fc_tofu »

Roy_043 wrote: Thu Jun 04, 2020 11:23 am The only issue I can confirm is this one:
https://forum.freecadweb.org/viewtopic.php?f=23&t=46201
Thank you.
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: PartWB, Draft statusbar flash on toolbar

Post by vocx »

fc_tofu wrote: Thu Jun 04, 2020 7:35 am ...
Version: 0.19.21280 (Git)
Your version is a bit old. If I'm not mistaken the problem was already solved a few weeks ago. Current master is 0.19.21456.

Draft Statusbar
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
fc_tofu
Posts: 653
Joined: Sun Jan 05, 2020 4:56 pm

Re: PartWB, Draft statusbar flash on toolbar

Post by fc_tofu »

vocx wrote: Thu Jun 04, 2020 4:59 pm Your version is a bit old. If I'm not mistaken the problem was already solved a few weeks ago. Current master is 0.19.21456.

Draft Statusbar
Thank you.

My test on latest build shows that, after reproduce step same as op,
1. Draft statusbar donnot display on PartWB toolbar.
2. Empty name commands on context menu still exit, but toggled off by default.
3. Toggle on empty name commands, Draft statusbar appear on toolbar.

Code: Select all

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.21329 (Git)
Build type: Release
Branch: master
Hash: 2330eef823b32ac412d839031cc174353a76b013
Python version: 3.8.2
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Chinese/China (zh_CN)
carlopav
Veteran
Posts: 2062
Joined: Mon Dec 31, 2018 1:49 pm
Location: Venice, Italy

Re: PartWB, Draft statusbar flash on toolbar

Post by carlopav »

Good catch, I'll check this. Thx
follow my experiments on BIM modelling for architecture design
fc_tofu
Posts: 653
Joined: Sun Jan 05, 2020 4:56 pm

Re: PartWB, Draft statusbar flash on toolbar

Post by fc_tofu »

carlopav wrote: Thu Jun 04, 2020 9:59 pm Good catch, I'll check this. Thx
Thank you.
ArchWB is also affected with this minor issue.
Post Reply