Add thickness function
This commit is contained in:
@@ -1090,7 +1090,12 @@ void Document::commitCommand(void)
|
||||
|
||||
void Document::abortCommand(void)
|
||||
{
|
||||
getDocument()->abortTransaction();
|
||||
getDocument()->abortTransaction();
|
||||
}
|
||||
|
||||
bool Document::hasPendingCommand(void) const
|
||||
{
|
||||
return getDocument()->hasPendingTransaction();
|
||||
}
|
||||
|
||||
/// Get a string vector with the 'Undo' actions
|
||||
|
||||
Reference in New Issue
Block a user