Fix #10 View Visibility
This commit is contained in:
@@ -111,6 +111,10 @@ void QGIViewAnnotation::updateView(bool update)
|
||||
|
||||
void QGIViewAnnotation::draw()
|
||||
{
|
||||
if (!isVisible()) {
|
||||
return;
|
||||
}
|
||||
|
||||
drawAnnotation();
|
||||
if (borderVisible) {
|
||||
drawBorder();
|
||||
|
||||
Reference in New Issue
Block a user