one empty toolbar on lc 2.0.0rc2

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

one empty toolbar on lc 2.0.0rc2

mhld
It's an informative question:
I have a compltely empty toolbar which I can mover around from the top bar to the side bar. But it contains nothing, no single icon.

Is there something wrong? May I place something there? If so, how? Or does this indicate something's missing?

It's Debian/sid, lc master 2.0.0rc2 here.

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: one empty toolbar on lc 2.0.0rc2

dxli
seems to be a package issue.

Please try to build from git source:

1, sudo apt-get build-dep librecad
2, sudo apt-get install git-core
3, git clone <a href="https://github.com:LibreCAD/LibreCAD.git">https://github.com:LibreCAD/LibreCAD.git
4, cd LibreCAD/
5, qmake -r
6, make

and the generated binary is:

unix/librecad

within the source folder.
Reply | Threaded
Open this post in threaded view
|

Re: one empty toolbar on lc 2.0.0rc2

claus82
In reply to this post by mhld
@mhld

I think that you are talking about "tool options" bar.
That bar is empty until you select an icon that has options.  It has to be empty!
If this is not the case please forgive me and ask to someone that is more expert than me!
Bye
Claus
...the problem is not the problem, the problem is your aptitude about the problem...
Reply | Threaded
Open this post in threaded view
|

Re: one empty toolbar on lc 2.0.0rc2

dxli
I think you are right here. This "tool options" bar is empty when LC just starts.

I hope we can redesign this part of GUI, the main issue in my eye is that new users are often not aware of this tool option bar when option control is needed.

claus82 wrote
@mhld

I think that you are talking about "tool options" bar.
That bar is empty until you select an icon that has options.  It has to be empty!
If this is not the case please forgive me and ask to someone that is more expert than me!
Bye
Claus