mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Merge remote-tracking branch 'origin/ys_layouts'
This commit is contained in:
commit
b7c122096a
10 changed files with 298 additions and 105 deletions
|
@ -247,7 +247,7 @@ bool GLToolbar::is_enabled() const
|
|||
|
||||
void GLToolbar::set_enabled(bool enable)
|
||||
{
|
||||
m_enabled = true;
|
||||
m_enabled = enable;//true; etFIXME
|
||||
}
|
||||
|
||||
bool GLToolbar::add_item(const GLToolbarItem::Data& data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue