Gui: offer possibility to editing view provider to handle "Select All" command
This commit is contained in:
@@ -2588,6 +2588,12 @@ void ViewProviderSketch::updateColor()
|
||||
editCoinManager->updateColor();
|
||||
}
|
||||
|
||||
bool ViewProviderSketch::selectAll()
|
||||
{
|
||||
// TODO: eventually implement "select all" logic
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ViewProviderSketch::doubleClicked()
|
||||
{
|
||||
Gui::Application::Instance->activeDocument()->setEdit(this);
|
||||
|
||||
Reference in New Issue
Block a user